ariel-walley / dnd-app

2 stars 0 forks source link

Send text to player windows #5

Closed ariel-walley closed 3 years ago

ariel-walley commented 3 years ago

This feature worked when the playerWindow component was a class component, but once it was switched to a functional component, the message stopped appearing. I believe this is because useEffect was not implemented properly.