-
-
Notifications
You must be signed in to change notification settings - Fork 533
Issue with navigating away from page that uses react-tooltip #180
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
Comments
I suppose that you are using For another question, no one has reported tooltip doesn't work on Firefox, maybe you can show me some detail of your code, especially how you set the react-tooltip and what attributes you are using, and I can take a look? |
Yes, I am using getContent([() => {}], interval). Here is an example input that I use for e-mail validation. Class name errorStatus is used to hide the tooltip when there is no error in the input field. Inspecting the elements in Firefox does show that the tooltip is being rendered.
Works fine in Chrome, but does not work in Firefox. Thanks for the help! |
Judge if the component has been mounted mount in getContent #180
@tonynd Firefox doesn't work on |
@wwayne Awesome! Thanks for the help! |
Uh oh!
There was an error while loading. Please reload this page.
I am using the React-Tooltip on several inputs which uses the getContent property to update the data. I do have a problem where when the tooltip is shown and I navigate away from the page, getContent is still running an causes the following warning on the page I redirected to. Is it any possible way of turning of the setInterval in the React-Tooltip component?
Any help would be appreciated. Thanks!
Also, would really help, but is there any issue with the tooltip not displaying in Mozilla's Firefox? Its show and respond correctly in Chome, but I could not get it to show in Firefox.
The text was updated successfully, but these errors were encountered: