JakeHedman / react-mentions-continued

@mention people in a textarea
https://jakehedman.github.io/react-mentions-continued/
Other
6 stars 4 forks source link

Review class -> hooks conversion #16

Open JakeHedman opened 1 year ago

JakeHedman commented 1 year ago

Some mistakes were made when converting from Class components to hooks. I found missing dependencies in places like SuggestionsOverlay.js but there is probably more to fix.