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

this.editor null check #1884

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sandragg
Copy link

What's in this PR?

I ran into a bug where the onChange handler is attempted to be called on the unmounted element (because of the debounced onChange method). Thus, it throws Cannot read properties of null (reading 'getValue').

List the changes you made and your reasons for them.

Make sure any changes to code include changes to documentation.

References

Fixes

Progress on:

@sandragg
Copy link
Author

@securingsincity I would appreciate a review on this

@jusstes
Copy link

jusstes commented May 14, 2024

I got the same bug. @securingsincity can you look at this PR?

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