You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the latest 6.0.0 version to my Hydrogen/Remix project. And I can't even start my app:
TypeError: Cannot read properties of undefined (reading 'Z_SYNC_FLUSH')
at node_modules/axios/dist/node/axios.cjs (/node_modules/axios/lib/adapters/http.js:29:25)
at node_modules/klaviyo-api/dist/api/accountsApi.js (/node_modules/klaviyo-api/api/accountsApi.ts:13:1)
The text was updated successfully, but these errors were encountered:
Looks like this is an error with axios. I changed the way axios is imported in today's 6.0.1 release as a potential fix that was outlined in this axios issue. Let us know if fix works or we need to connect farther to find a working solution.
Added the latest
6.0.0
version to my Hydrogen/Remix project. And I can't even start my app:The text was updated successfully, but these errors were encountered: