Skip to content

DonationFormV3: HorizontalRuleWithText is not defined #26

Description

@BenMusch

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions