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
Currently, there is only a browser entrypoint defined in the package.json. However, this causes issues when trying to reference the package from within an isomorphic framework such as next.js as it results in the error:
Module not found: Can't resolve '@swrve/web-sdk'
The text was updated successfully, but these errors were encountered:
Currently, there is only a
browser
entrypoint defined in thepackage.json
. However, this causes issues when trying to reference the package from within an isomorphic framework such as next.js as it results in the error:The text was updated successfully, but these errors were encountered: