Replies: 2 comments 1 reply
-
@dohooo did you work out how to handle this? I've run into the same issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there no solution for this? |
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.
-
Describe the feature you'd like to request
Hi, there. Thanks for this amazing library and the efforts of the contributors. 💪
I can't render sub components by dynamic import.
When I have a component like this
Usage
This will trigger an error, Because
Tabs.Tab
is undefined.The relevant code of dynamic library
It looks like the mount property on the object has been removed in this step. So, I wonder to have an api that keep properties alive.
I have seen some UI component library, according to the normal dynamic writing method, this problem still occurs, which is too vague for most people, there are some black boxes in this step, I can provide a PR if the scheme feels good, looking forward to reply.
Describe the solution you'd like
I think it could be have an API that handles
state.loaded
data, and processing component before returning it.e.g.
Describe alternatives you've considered
Beta Was this translation helpful? Give feedback.
All reactions