We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plotly.js@1 has a bug that prevents:
plotly.js@1
vite
snowpack
document
As plotly.js@1 is exported (indirectly) in the top-level index.js, it will break as soon as I use any component.
index.js
Being able to use UI-Kit in modern bundling tools such as vite and SSG frameworks such as remix
remix
Steps:
npm init vite
npm i @hitachivantara/uikit-react-core @material-ui/core plotly.js-basic-dist@1
HvProvier
App.tsx
npm run dev
This error is fixed in plotly.js@2
plotly.js@2
Latest MacOS, Chrome, UI-Kit
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Latest version
No Hitachi Vantara confidential content
Current behavior 😯
plotly.js@1
has a bug that prevents:vite
andsnowpack
)document
(Edit: plotly@2 doesn't really solve this)As
plotly.js@1
is exported (indirectly) in the top-levelindex.js
, it will break as soon as I use any component.Expected behavior 🤔
Being able to use UI-Kit in modern bundling tools such as
vite
and SSG frameworks such asremix
Steps to reproduce 🕹
Steps:
npm init vite
, choose a react template)npm i @hitachivantara/uikit-react-core @material-ui/core plotly.js-basic-dist@1
HvProvier
inApp.tsx
npm run dev
Context 🔦
This error is fixed in
plotly.js@2
Your Environment 🌎
Latest MacOS, Chrome, UI-Kit
The text was updated successfully, but these errors were encountered: