Hi,
Integrating Builder with latest version of Qwik/Qwik-city causes error: qwikPlugin.api.getManifest is not a function
Builder content link
Builder public api key
13b57c76df654c4e9e456e4c6162c53d
Detailed steps to reproduce the bug
- Install quick app (npm create qwik@latest)
- Integrate Builder.IO as per docs
- npm start - all works - sweet!
- run npm outdated (because style data binding isn’t working and you’re hoping so much that it works in the latest versions) and notice that there are later versions available
- npm update
- npm start - fails to build - see screenshot
Screenshots or video link
“devDependencies”: {
“@builder.io/qwik”: “^0.11.1”,
“@builder.io/qwik-city”: “^0.0.117”,
“@types/eslint”: “8.4.6”,
“@types/node”: “latest”,
“@typescript-eslint/eslint-plugin”: “5.40.0”,
“@typescript-eslint/parser”: “5.40.0”,
“autoprefixer”: “^10.4.12”,
“eslint”: “8.25.0”,
“eslint-plugin-qwik”: “0.11.1”,
“node-fetch”: “3.2.10”,
“postcss”: “^8.4.18”,
“prettier”: “2.7.1”,
“tailwindcss”: “^3.2.1”,
“typescript”: “4.8.4”,
“vite”: “3.1.7”,
“vite-tsconfig-paths”: “3.5.0”
},
“dependencies”: {
“@builder.io/sdk-qwik”: “^0.0.30”
}
Code stack you are integrating Builder with
QWIK