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
We added new options to the web viewer, but other than a select few (hide_welcome_screen, width, height), there is no way to set them on the React component.
We'd have to update Props to extend WebViewerOptions here:
We added new options to the web viewer, but other than a select few (
hide_welcome_screen
,width
,height
), there is no way to set them on the React component.We'd have to update
Props
to extendWebViewerOptions
here:rerun/rerun_js/web-viewer-react/index.js
Lines 4 to 12 in b580da4
And then pass those props into the
handle.start
incomponentDidMount
:rerun/rerun_js/web-viewer-react/index.js
Lines 45 to 49 in b580da4
Whenever the options change, we should restart the viewer, and add some documentation advising users not to change them very often.
The text was updated successfully, but these errors were encountered: