availity-reactstrap-validation
availity-reactstrap-validation copied to clipboard
Warning: Please check the code for the AvForm component.
I am currently getting the warning
Please check the code for the AvForm component.
Warning: forceUpdate(...): Can only update a mounted or mounting component. This usually means you called forceUpdate() on an unmounted component. This is a no-op.
I'm not forceUpdating anything either.
Using React 16 and next js for SSR. Any ideas what the cause or fix might be?
Looks like it was fixed with lates release. Try to check with
"availity-reactstrap-validation": "next"
No, the issue is still there. I am hoping to address many of the functional issues like this in a complete rewrite. Hopefully I will have some time before the end of the year. For now, this is just a warning and as it says, it is a no-op which isn't horrible.
Also just ran into this issue. Any updates or potential workaround?