DEV Community

Discussion on: How to useCallback()

Collapse
 
typekev profile image
Kevin Gonzalez

The linter will complain in this case too.

You can see this GitHub issue for a whole book on the topic: github.com/facebook/react/issues/1...

But you definitely can include it in the deps array. Just make sure that setPrice is memo'd.