-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ketcher renders editor twice in dev mode #6375
Milestone
Comments
9 tasks
rrodionov91
added a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor - updated ketcher to 3.0.0-rc.5
rrodionov91
added a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor
9 tasks
rrodionov91
added a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) (#6376) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor
AlexeyGirin
pushed a commit
that referenced
this issue
Jan 28, 2025
…olecule and Paste from Clipboard/Open from File (#6373) (#6376) * #6370 - Inconsistent zoom behavior when inserting a molecule via setMolecule and Paste from Clipboard/Open from File - added autozoom for setMolecule and addFragment in macro mode #6375 - Ketcher renders editor twice in dev mode - removed react strict mode from editor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
Actual behavior
'Rendered' message appears twice
Expected behavior
'Rendered' message appears once
Ketcher version [e.g. v2.4.2].
Ketcher 3.0.0-rc.4
Additional context
This behaviour appears because react Strict mode included into Ketcher Editor component. It needs to remove it from there.
The text was updated successfully, but these errors were encountered: