-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When I use the component, I get this error:
hook.js:608 PROCESSED ERROR ReferenceError: HorizontalRuleWithText is not defined
at customRender (components.js:425:145)
at g (editor.f6e66.bundle.js:43:107364)
at ni (vendor.f6e66.bundle.js:52:58877)
at Fi (vendor.f6e66.bundle.js:52:68395)
at Ba (vendor.f6e66.bundle.js:52:112287)
at kl (vendor.f6e66.bundle.js:52:98325)
at wl (vendor.f6e66.bundle.js:52:98253)
at _l (vendor.f6e66.bundle.js:52:98116)
at pl (vendor.f6e66.bundle.js:52:95103)
at vendor.f6e66.bundle.js:52:44772 Object
It seems like it's using a component which is never provided -- when I try to import it from buitlins, it just changes the error to:
editor.f6e66.bundle.js:78 PROCESSED ERROR ReferenceError: t is not defined
at customRender (components.js:427:19)
at g (editor.f6e66.bundle.js:43:107364)
at ni (vendor.f6e66.bundle.js:52:58877)
at Fi (vendor.f6e66.bundle.js:52:68395)
at Ba (vendor.f6e66.bundle.js:52:112287)
at kl (vendor.f6e66.bundle.js:52:98325)
at wl (vendor.f6e66.bundle.js:52:98253)
at _l (vendor.f6e66.bundle.js:52:98116)
at pl (vendor.f6e66.bundle.js:52:95103)
at vendor.f6e66.bundle.js:52:44772 {message: 't is not defined', errorClass: 'Generic', isFatal: true}`
Where t is simply the minified reference to the (undefined) HorizontalRuleWithText instance
Metadata
Metadata
Assignees
Labels
No labels