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
Hi Stack Auth team, we are currently using Stack Auth on our web application however I have noticed that stack auth ui has an import error which currently shows up on every page render:
[1] Import trace for requested module:
[1] ./node_modules/@stackframe/stack-ui/dist/components/simple-tooltip.js
[1] ./node_modules/@stackframe/stack-ui/dist/index.js
[1] ./node_modules/@stackframe/stack-ui/dist/components/action-dialog.js
[1] GET /clients?_rsc=18tmw 200 in 414ms
[1] ⚠ ./node_modules/@stackframe/stack-ui/dist/components/simple-tooltip.js
[1] Attempted import error: 'CircleAlert' is not exported from 'lucide-react' (imported as 'CircleAlert')
Looking at the codebase, there are two places where CircleAlert is imported from lucide-react even though this library does not export the CircleAlert component:
Hi Stack Auth team, we are currently using Stack Auth on our web application however I have noticed that stack auth ui has an import error which currently shows up on every page render:
Looking at the codebase, there are two places where
CircleAlert
is imported fromlucide-react
even though this library does not export theCircleAlert
component:stack/packages/stack-ui/src/components/simple-tooltip.tsx
Line 2 in 1232d2b
stack/packages/stack-ui/src/components/action-dialog.tsx
Line 3 in 1232d2b
Would appreciate a fix on Stack Auth so that this error message doesn't show up on our frontend.
The text was updated successfully, but these errors were encountered: