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
As a user, I want to be able to use the @deephaven/jsapi-bootstrap package without it also providing loading overlays and a failure modal in my app.
We shouldn't have a dependency on @deephaven/components from @deephaven/jsapi-bootstrap since it should just load and provide the api/client via React contexts. The loading should be part of @deephaven/app-utils.
The text was updated successfully, but these errors were encountered:
As a user, I want to be able to use the
@deephaven/jsapi-bootstrap
package without it also providing loading overlays and a failure modal in my app.We shouldn't have a dependency on
@deephaven/components
from@deephaven/jsapi-bootstrap
since it should just load and provide the api/client via React contexts. The loading should be part of@deephaven/app-utils
.The text was updated successfully, but these errors were encountered: