nfl / react-gpt

A React display ad component using Google Publisher Tag
MIT License
145 stars 84 forks source link

collapseEmptyDiv not working #134

Open NCal opened 4 years ago

NCal commented 4 years ago

I've tried setting the value for "collapseEmptyDiv" on the Bling component multiple ways:

  1. just adding "collapseEmptyDiv" as a prop with no value
  2. adding "collapseEmptyDiv = {true}"
  3. 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.

NCal commented 4 years ago

Bump ^