You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
When registering the editor component from within a nested component I get the console error 'Cannot read propertyclassList of null'. The editor loads fine in the parent component, just not the child or grandchild component. The toolbar loads, but no content area.
My structure is as follows:
Page.vue - Editors works as expected
1.1. PageForm.vue - Editor produces classList error
1.1.1. PageFormTextarea.vue - Editor produces classList error
Expected Behavior
I would expect the editor to load for each level of component.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
2.0.1
Test Environment
Chrome, Mac OS Catalina
Current Behavior
When registering the editor component from within a nested component I get the console error 'Cannot read property
classList
of null'. The editor loads fine in the parent component, just not the child or grandchild component. The toolbar loads, but no content area.My structure is as follows:
1.1. PageForm.vue - Editor produces classList error
1.1.1. PageFormTextarea.vue - Editor produces classList error
Expected Behavior
I would expect the editor to load for each level of component.
The text was updated successfully, but these errors were encountered: