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'm not sure why they opted to require that inside a function but in theory you could move the require to the top with the other ones. Move require('path') also in that case.
Hello there,
When I'm adding this project to React and importing it with es6 imports I get the following warning in my log:
Now I suppose this is because of the dynamic import on line 107 of ical.js. Any way to fix this?
The text was updated successfully, but these errors were encountered: