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
The wcc.ColorScales is a bit problematic since it is based on https://www.npmjs.com/package/react-colorscales last released in 2019(!) using an old version of e.g. React. Being an npm dependency in wcc, and thereby also an indirect dependency in wsc, it gives problems when updating both component repositories.
The
wcc.ColorScales
is a bit problematic since it is based on https://www.npmjs.com/package/react-colorscales last released in 2019(!) using an old version of e.g. React. Being an npm dependency inwcc
, and thereby also an indirect dependency inwsc
, it gives problems when updating both component repositories.Are we in a position where we could e.g. go from
webviz-subsurface/webviz_subsurface/plugins/_segy_viewer.py
Line 168 in bfc9a4b
webviz-subsurface/webviz_subsurface/plugins/_surface_with_grid_cross_section.py
Line 230 in bfc9a4b
webviz-subsurface/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py
Line 171 in bfc9a4b
to the same improved solution as recently introduced in
MapViewer
?The text was updated successfully, but these errors were encountered: