Replies: 2 comments
-
Not possible. Cannot guarantee release of memory refs. If someone is using the exposed module already it will likely still keep it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not possible. Cannot guarantee release of memory refs. If someone is using the exposed module already it will likely still keep it |
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
-
Would it be possible to expose the
removeRemote
method ?When the host uses
registerRemotes
it triggers the warning:The remote "remote-module" is already registered. If you want to merge the remote, you can set "force: true"
if I do so, it triggers the warning
... Hope you have known that OVERRIDE it may have some unexpected errors
This is concerning, as it suggests there might be unintended side effects.
To address this issue safely, could we have access to the removeRemote function in the runtime to de-register a remote properly?
Beta Was this translation helpful? Give feedback.
All reactions