Javascript Error while Rendering #1153
-
|
I am trying to build a component library on top of reactpy for Nivo Charts. After following the documentation, I have imported the library nivo charts into python and imported a chart like this: Once imported, I am using the exported object I am trying to replicate the example showcased in Nivo Playground When running the uvicorn server, while rendering, I am getting a javascript error Q.) Is this a problem from the Nivo charts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
module_from_templateis deprecated due to instability and will be removed in the next major release.For now, we suggest using the custom components API instead.