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
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Describe the bug
Remix, unlike next.js or react app, doesn't transpile the node_modules folder, so it doesn't convert commonJS modules to ES modules. The reason for the error, ig. as the Hanko elements is a cjs module.
Would it possible to modify @teamhanko/hanko-elements to better support es modules without breaking anything or it would be even better if it can be converted to es-module.
Reproducing the bug
This repo helps with it, I have tried Hanko-Auth module with Remix in this, Hanko-Remix-Starter.
changed the title [-]Facing issue when integrating Hanko with Remix, as remix does convert commonjs modules to esmodules automatically[/-][+]Facing issue when integrating Hanko with Remix, as remix does not convert commonjs modules to esmodules automatically[/+]on Nov 20, 2023
Activity
[-]Facing issue when integrating Hanko with Remix, as remix does convert commonjs modules to esmodules automatically[/-][+]Facing issue when integrating Hanko with Remix, as remix does not convert commonjs modules to esmodules automatically[/+]