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
When using the providers from thebe-react it is not possible to re-configure the server instance after thebe has been loaded and configured once. This is at least due to a useEffect without the appropriate dependencies in ThebeServerProvider.
Fixing this will enable React apps using it to dynamically change thebe options.
The text was updated successfully, but these errors were encountered:
When using the providers from
thebe-react
it is not possible to re-configure the server instance after thebe has been loaded and configured once. This is at least due to auseEffect
without the appropriate dependencies inThebeServerProvider
.Fixing this will enable React apps using it to dynamically change
thebe
options.The text was updated successfully, but these errors were encountered: