Bug: reusing component causes redeclaration of import
error
#262
Replies: 2 comments 2 replies
-
I don't understand what you mean. A repro would help |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
extendRoute
to add catch all route that renders a component that throws an error, so a parent component can handle routing related errors withonErrorCaptured
.Each time it's used, it redeclares it with
default as _page_<number>
, but the number incrementing seems to be acting out.I don't have time to create a reproduction right now, if needed I can create on at a later time.
Beta Was this translation helpful? Give feedback.
All reactions