I've tried setting the value for "collapseEmptyDiv" on the Bling component multiple ways:
- just adding "collapseEmptyDiv" as a prop with no value
- adding "collapseEmptyDiv = {true}"
- adding "collapseEmptyDiv = {[true, true]}"
When i check the components tab using react dev tools i can tell the prop is being passed fine.
But I'm still winding up with empty slots that do not collapse.
Any help would be appreciated.
I've tried setting the value for "collapseEmptyDiv" on the Bling component multiple ways:
When i check the components tab using react dev tools i can tell the prop is being passed fine.
But I'm still winding up with empty slots that do not collapse.
Any help would be appreciated.