JaredReisinger / react-crossword

A flexible, responsive, and easy-to-use crossword component for React apps.
https://react-crossword.jaredreisinger.com
MIT License
176 stars 85 forks source link

Cell input not functioning #420

Closed astizm closed 1 year ago

astizm commented 1 year ago

Hi there, I'm trying to get this up and running with react ^17 so using the V2 fork. The cells in the crossword aren't accepting text, otherwise seems to be working as expected.

Is this a bug with V2 or am I missing some code that I should have added to my app?

<Crossword theme={{ textColor: "#1b747a" }} data={crosswordLayout} />