JaredReisinger / react-crossword

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

Allow unused cells #557

Open simstoykov opened 10 months ago

simstoykov commented 10 months ago

My crossword generator is not so smart to fill all cells with letters. Thus, I am getting

Uncaught Error: unexpected unused cell

Is there a reason why unused cells are not allowed?