Failed to construct 'CustomElement' - NextJS #2083
-
I'm having trouble with the recommended method for customizing a library. For example, I wanted to add a specific component to test bundling it locally. Here's what I did: I cloned the repository and added my component.
Note: I ended up even removing the component I added, and the same error occurs Issue with the Npm Pack ApproachThe only problem I see with the Specific Component Causing the ErrorThe strange part is that the error mentioned above only occurs when I use a Tab component, like in the example below: Without the Tab component "sl-tab", everything is rendering fine! Does anyone have any idea why this is happening ? Reproduce steps:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Update: This only happens on the branch @claviska @KonnorRogers seems like something has been introduced on the next branch that relates to attribs on Tab? |
Beta Was this translation helpful? Give feedback.
Fix added as part of this PR:
#2051