useMove after opening a new window with global Window.open() function #7217
dbstraight
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for the discussion. I'm not sure what you're trying to accomplish. Could you provide a codesandbox or stackblitz with a minimal reproduction? |
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
-
Because useMove registers event on the global window, it can't be used within a window opened with the global Window.open function.
Trying to use useMove on a component opened in a React portal in a new window.
Beta Was this translation helpful? Give feedback.
All reactions