You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
I tried using the mouseRestPlugin with the react tippy component.
However, props set in instance.setProps seem to be overwritten.
Is this a known issue? It seems to be related to the fact that the component props are merged after the first render using an isomorphic layout effect.
How would you get the mouseRest plugin to work without setting the props in onCreate?
I tried using the mouseRestPlugin with the react tippy component.
However, props set in
instance.setProps
seem to be overwritten.Is this a known issue? It seems to be related to the fact that the component props are merged after the first render using an isomorphic layout effect.
How would you get the mouseRest plugin to work without setting the props in onCreate?
CodeSandbox Reproduction
The text was updated successfully, but these errors were encountered: