Javascript – How can I declare type on mapped elements?
I'm getting an error on the className of mapped elements. I believe TS is throwing the error because the map's children (MenuItem) don't have the className type. See the error below. The mapped elements are part of the headlessui package.…