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
Hi, I'm using webpack with typescript and have some problems.
error in ./node_modules/@remotelock/react-week-scheduler/index.mjs
Can't import the named export 'useRef' from non EcmaScript module (only default export is available)
@thejahweh Hey Adrian! Thanks for opening this issue. We use this in production and we have the same webpack rule applied so I'm really surprised this does not work for you. Can you share more details on your setup? Maybe webpack config and package versions?
Hi, I'm using webpack with typescript and have some problems.
I tried to fix it with this (found here graphql/graphql-js#1272):
Which fixed the build, but then I got another error in the browser:
Do you have any hint what I should try to get it to work?
The text was updated successfully, but these errors were encountered: