Hello, qwik noob here, kicking the tires for the first time, and looks great so far!
When posting action (programmatically) using globalAction$, I get an error, which prevents the action from getting called server-side:
QWIK ERROR SyntaxError: The requested module '/node_modules/.pnpm/[email protected]/node_modules/cookie/index.js?v=a2c686e9' does not provide an export named 'parse'
Any ideas?
Also, it appears the code is well ahead of the docs, with lots of deprecation warnings, etc. Is there a recommended version to be on? E.g., globalAction isn't even documented so perhaps I'm calling it wrong? I'm on:
"@builder.io/qwik": "0.20.1",
"@builder.io/qwik-city": "0.5.2",
Any words of wisdom much appreciated 🙂 Thx!