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
We're trying to use the component in another package as part of a monorepo. When we import the new (wrapper) component, we get this error:TypeError: Cannot read properties of null (reading 'isCE').
version: 9.1.0
Vue: 3.3.4
The text was updated successfully, but these errors were encountered:
We're using Vite. I discovered that the problem was the different Vue versions used by our packages so the solutions was to use the resolutions field in our package.json file and set the Vue version accordingly.
But I'm thinking... Why isn't Vue set as peer dependency on this module? This should solve the issue.
We're trying to use the component in another package as part of a monorepo. When we import the new (wrapper) component, we get this error:
TypeError: Cannot read properties of null (reading 'isCE')
.version: 9.1.0
Vue: 3.3.4
The text was updated successfully, but these errors were encountered: