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
I'm currently integrating the @looker/visualizations library into a project that uses Vite(React). However, I've encountered an export error related to @looker/design-tokens.
Here's the error message that appears when I try to run the project with npm run dev:
✘ [ERROR] No matching export in "node_modules/@looker/design-tokens/dist/esm/index.js" for import "Theme"
node_modules/@looker/components/lib/module/index.js:58:16:
58 │ export { theme, Theme } from '@looker/design-tokens';
│ ~~~~~
╵ theme
Did you mean to import "theme" instead?
node_modules/@looker/design-tokens/dist/esm/theme/theme.js:7:13:
7 │ export const theme = {
Hi there !
I'm currently integrating the
@looker/visualizations
library into a project that uses Vite(React). However, I've encountered an export error related to@looker/design-tokens
.Here's the error message that appears when I try to run the project with
npm run dev
:To reproduce the problem, I've set up a StackBlitz here: Vite + @looker/components Example
Could you please advise on how to resolve this issue or if there's a workaround available? Thank you for your help!
Best regards
The text was updated successfully, but these errors were encountered: