On loading page header tabs are misformatted and unclickable. There are errors about hydration in the console.
Header Tabs should not misformat/ and should be clickable and console should not have errors about hydration.
1) Created New Debian 9 VM instance on Google Cloud
2) Install Prereqs: Install Docker https://docs.docker.com/engine/install/debian/ , Install Docker Compose https://docs.docker.com/compose/install/ , Install NodeJs 10.x.x https://github.com/nodesource/distributions/blob/master/README.md, and install yarn https://classic.yarnpkg.com/en/docs/install/#windows-stable .
3) Either clone this repo or use the CLI - both fail.
4) Change host in config to 0.0.0.0, change API to https://demo.storefrontcloud.io, clone capybara, set tsconfig.json to capybara
5) Either yarn install and yarn dev or run docker-compose up -d
6) On loading the page I get

[ Latest master branch] Vue Storefront
NO
Pick one option.
hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.The current workaround I found is to revert the json packages:
root directory:

core:

capybara:

It might be due to recent vue release
https://github.com/vuejs/vue/releases/tag/v2.6.12
serialize-javascript dependecy updated from 2.1.2 to 3.1.0
https://github.com/yahoo/serialize-javascript/releases/tag/v3.0.0
https://github.com/yahoo/serialize-javascript/releases/tag/v3.1.0
Its working fine with Default theme, but facing issue with Capybara theme.
Please update the vue version in capybara/package.json form "vue": "^2.6.6" to "vue": "^2.6.11"
I think we can close this issue, as this is not related to vue-storefront framework, its related to capybara theme (https://github.com/DivanteLtd/vsf-capybara/issues/462)
Most helpful comment
It might be due to recent vue release
https://github.com/vuejs/vue/releases/tag/v2.6.12
serialize-javascript dependecy updated from 2.1.2 to 3.1.0
https://github.com/yahoo/serialize-javascript/releases/tag/v3.0.0
https://github.com/yahoo/serialize-javascript/releases/tag/v3.1.0