-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to change the host name to another host name? #27
Comments
Having the same problem |
You could try to add a key prop and change this as well - should work |
Wouldn't that just reload the component? I mean it should work because it should trigger a render, but it wouldn't be able to keep the state of the internal components right? |
I really need this one. Please @gorhom take a look at this. Thank you! We want to use the current component to transport to another host without recreating another one. |
I have just added key property, and it works for me <Portal |
when i change the state it doesn't change anything
The text was updated successfully, but these errors were encountered: