-
-
Notifications
You must be signed in to change notification settings - Fork 328
-
Hello,
I've been trying to use react-plotly.js from idom, but while the install seems to work initially, the "idom install react-plotly.js" command ends up displaying:
successfuly installed ['idom-client-react', 'react', 'react-plotly.js', 'react-dom'] but failed to discover ['react-plotly.js'] post-install
Has anyone encountered a similar problem? Also, more generically, is there a current and/or structural limitation in terms of external JS/react modules characteristics support?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
My initial suggestion would probably to try running idom restore and then try again? There's an upcoming release (maybe sometime this week) that may improve or fix this issue. Will try to remember to post back here when that's done.
And there are definitely limitations with respect to using dynamically installed JS packages:
- At the moment only packages with React components are supported
- You can only pass JSON serializable props to those React components.
Replies: 1 comment
-
My initial suggestion would probably to try running idom restore and then try again? There's an upcoming release (maybe sometime this week) that may improve or fix this issue. Will try to remember to post back here when that's done.
And there are definitely limitations with respect to using dynamically installed JS packages:
- At the moment only packages with React components are supported
- You can only pass JSON serializable props to those React components.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1