Summary:
I noticed there's a bunch of silly <div class="undefined"> after upgrading my react-portal version.
Steps to reproduce:
- Render a Modal without passing
portalClassName prop
- Observe that the portal div has a className of
"undefined"
- there's no 3
Expected behavior:
No class is given on the portal div.
Additional notes: