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
It seems that this is due to trying to .update() the whole config of a new app with the old one while dash restricts setting "read-only" keys in the dictionary.
Should be pretty easy to fix, IMO. I will prepare a PR if I have time.
P.S. See this comment to see my setup for .hijack().
I'm using dash==2.3.1
The text was updated successfully, but these errors were encountered:
As of the PR plotly/dash#1876,
DashProxy.hijack(...)
raises anAttributeError
It seems that this is due to trying to
.update()
the whole config of a new app with the old one whiledash
restricts setting "read-only" keys in the dictionary.Should be pretty easy to fix, IMO. I will prepare a PR if I have time.
P.S. See this comment to see my setup for
.hijack()
.I'm using
dash==2.3.1
The text was updated successfully, but these errors were encountered: