Skip to content
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

Return effect result from useEditorEffect. #104

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

smoores-dev
Copy link
Collaborator

When we added a check for editorView before running effects from useEditorEffect, we unintentionally stopped returning the result from those effects. This resulted in never running effect destructors, which is incorrect.

When we added a check for editorView before running effects from
useEditorEffect, we unintentionally stopped returning the result from
those effects. This resulted in never running effect destructors, which
is incorrect.
@smoores-dev smoores-dev merged commit 124010f into main Feb 23, 2024
2 checks passed
@smoores-dev smoores-dev deleted the fix-editor-effect-destroy branch February 23, 2024 19:05
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.

None yet

2 participants