Nathan Drezner
Nathan Drezner
One workaround for this is generating a new `dcc.Graph` in a callback with the same `id` and using the state of the existing figure to prevent needing to regenerate it....
@hannahker, how did PS do this for the LBL project?
We'll be shifting the repo over, and if folks are interested in supporting maintenance, always happy to help facilitate! For now, the Plotly team won't be contributing new features or...
Hey @andrei-ng (or anyone else in this thread!) -- do you remain interested in supporting this project by reviewing and merging PRs? If so, do reach out to connect --...
@andrei-ng do send me an email so we can connect first & chat about the project đŸ™‚
A fix may be using a regular import rather than using importlib to manage this package.
To reproduce using Dash: 1. `pip install orjson` 2. Make a Dash app 3. Trigger reload If you look at network requests, it'll show this exact error.
@chriddyp / @hatched I think we should make a build of Dash based on this version and test whether we resolve the issue in App Studio with third-party component libraries....
Hey folks, we're looking to implement this upgrade once we close #2517, which is currently WIP. You can expect React 18.2 to become the default for Dash with the upcoming...
Related: https://community.plotly.com/t/error-handling-for-callbacks-and-layouts/83586/2