Results 7 comments of Serhii

There is a comment on how to replicate it. [Here line 744-785](https://codesandbox.io/s/form-quickstart-class-forked-dcjkow?file=/form.class.js:744-785). The property `related` doesn't make any sense in this issue. That was different experiments within that Sandbox. "The...

Seems weird. That solution was taken from the another project with another technologies and work fine there. At any case thank you, for your investigation. Feel free to close the...

@Tanmayshi - You're right. I know several ways to avoid this warning, but I think the rules are flawed. They shouldn't guess; they should help prevent errors or unexpected behavior....

BTW more samples of unexpected behavior based on your comments: 1. **useCallback** may face the same problem as **useEffect**—why is the dependency check for it different compared to **useEffect**? ```...

I’m experiencing the same issue with **sqlite3**: ``` App threw an error during load Error: Cannot find module 'undefinedbuild/Release/node_sqlite3.node' ``` As far as I understand, in my case the problem...