react-twitter-embed
react-twitter-embed copied to clipboard
Simplest way to add twitter widgets to your react project.

I was using the library as follows, but specifying the height using options not working. Does anyone know a solution? ``` import { TwitterTimelineEmbed } from 'react-twitter-embed'; ```
I am not seeing any error in console as well. 
When trying to put a specific width using options it does nothing.
I think something is wrong with the dependency declarations on this project because a bunch of test-oriented packages and polyfills are included when they shouldn't be necessary. ```diff diff --git...
This happens on Firefox incognito mode where tracking protection is enabled. This can be disabled but can we get around this. 
when i switch cards hidden to show the height of tweet always change is it possible? to keep a max-height so my other element doesn't affect
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
The default ContentSecurityPolicy for a Next.js app (from a starter template) prevents loading of scripts and images required for this component. I was able to overcome this by simply adding...
This makes the library compatible with Preact but also removes the deprecated way of using refs in React as explained in the [documention](https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs). This should be part of a new...