gsong/react-listitem-grid

Allow library to still work without a columnGap or rowGap specified

antipalindrome opened this issue · 0 comments

Currently if the columnGap is not included in the hook, the calculations will fail and nothing will render. If we added a default then we could ensure there's less set-up and the calculations would be more likely to succeed. rowGap I believe might be okay, but for consistency these should both have defaults.