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

Fixed: Cannot set property 'isReadOnly' of null #138

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

Conversation

Muukuro
Copy link

@Muukuro Muukuro commented Jul 3, 2020

When the prop disabled is mutated AFTER the component has mounted, but BEFORE this.editor.create is resolved, this results in an error "TypeError: Cannot set property 'isReadOnly' of null". Checking if the instance is successfully initialized prevents this error.

Suggested merge commit message (convention)

Type: Message. Closes #000.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

When the prop `disabled` is mutated AFTER the component has mounted, but BEFORE `this.editor.create` is resolved, this results in an error "TypeError: Cannot set property 'isReadOnly' of null". Checking if the instance is successfully initialized prevents this error.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 118

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-2.4%) to 97.619%

Totals Coverage Status
Change from base Build 117: -2.4%
Covered Lines: 32
Relevant Lines: 32

💛 - Coveralls

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.

2 participants