tippyjs-react
tippyjs-react copied to clipboard
setProps in onCreate has no effect which breaks certain plugins.
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?
found a workaround for my use case where I don't need to use a plugin so this can be closed if it is no longer supported.