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
After using this module, I confirmed that
it was inaccessible from a device using an old browser.
An error occurs because the old browser does not recognize the const keyword.
I tried to convert the module to ES5 arbitrarily,
but the following error occurs as the result value of next-transpile-modules + babel. TypeError: I is not a function