Jim Raptis
Results
2
comments of
Jim Raptis
Another solution was to use the [react-no-ssr](https://github.com/kadirahq/react-no-ssr) library. Just wrap the whole DND component with ``. ```javascript ... // react-beautiful-dnd code inside ```
Made it work with this messy hack: ```jsx {` [id^="twitter-widget-"] { width: 350px !important; } `}