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
I want to use gridjs and gridjs-react in my preact app, but I'm getting errors because gridjs has a version of preact bundled in it's module. (I've installed gridjs via npm because I can't use a CDN).
The error mesage is a cryptic TypeError: can't access property "is", d2 is undefined, but I'm pretty sure it's because of incompatible versions and preact and duplicated code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use gridjs and gridjs-react in my preact app, but I'm getting errors because gridjs has a version of preact bundled in it's module. (I've installed gridjs via npm because I can't use a CDN).
The error mesage is a cryptic
TypeError: can't access property "is", d2 is undefined, but I'm pretty sure it's because of incompatible versions and preact and duplicated code.What is the intended way here?
Beta Was this translation helpful? Give feedback.
All reactions