Skip to content

Tkakar/fix 519 - #520

Open
tkakar wants to merge 4 commits into
mainfrom
tkakar/fix-519
Open

tkakar wants to merge 4 commits into
mainfrom
tkakar/fix-519

Conversation

@tkakar

@tkakar tkakar commented Sep 18, 2026

Copy link
Copy Markdown
Collaborator
  • Removed React strictMode to avoid multiple initial mounts of Neuroglancer causing a race condition between it's different RPCs.
  • Bumped js version

This removes the error messages reported in #517 but the loading overlay is still not going away -- pending further investigation.

@tkakar
tkakar requested review from keller-mark and removed request for keller-mark September 18, 2026 12:58
Comment thread src/vitessce/widget.py

return e('div', { ref: divRef, style: { height: height + 'px' } },
e(React.Suspense, { fallback: e('div', {}, 'Loading...') },
e(React.StrictMode, {},

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keller-mark can you please confirm if it's not going to be an issue for other views?
I tested a few notebooks with widget() and they were working fine.

@tkakar
tkakar requested a review from keller-mark September 18, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant