saurabhnemade / react-twitter-embed

Simplest way to add twitter widgets to your react project.
https://saurabhnemade.github.io/react-twitter-embed/
363 stars 65 forks source link

Fix bug render two div that present center placeholder #139

Open enmanuelmag opened 6 months ago

enmanuelmag commented 6 months ago

If you try center the React node passed to placeholder prop, the loader is not 100% centered because there is a void div that use the other half of the psace to center.

Bug: image

PR Checklist