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
seems to have been caused by discrepancies between es and commonjs module handling, so I build them both (used to be only cjs originally). also slightly refactored the browserParser class which was causing some trouble as well.
version 0.0.14 has been released, so far seems to have addressed the original issue but don't hesitate to test it yourself and let me know if you find any further hiccups.
Hey, I'm trying to test this in an Astro project but the package doesn't seem to be compatible.
Using the normal import below throws an error.
However, importing from the dist folder works.
StackBlitz example of the issue here: https://stackblitz.com/edit/withastro-astro-xgknjr?file=src/pages/index.astro
The text was updated successfully, but these errors were encountered: