We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deferUpdate
forceUpdate
If any of the components exported by react-lineto have a delay set, the component may schedule a call to forceUpdate after the component is unmounted:
react-lineto
react-lineto/src/index.jsx
Lines 54 to 58 in 0a6491b
Fix is trivial and consists into clearing the timeout in componentWillUnmount(). I'll propose a fix shortly.
componentWillUnmount()
The text was updated successfully, but these errors were encountered:
Clears timeout set by deferUpdate when unmounting component
e500f83
Fixes kdeloach#19.
3c6cb49
No branches or pull requests
If any of the components exported by
react-lineto
have a delay set, the component may schedule a call toforceUpdate
after the component is unmounted:react-lineto/src/index.jsx
Lines 54 to 58 in 0a6491b
Fix is trivial and consists into clearing the timeout in
componentWillUnmount()
. I'll propose a fix shortly.The text was updated successfully, but these errors were encountered: