Niraj Pradhan
Niraj Pradhan
@devarshishimpi sure. Happy to contribute again.
> @nirajpdn Done with the same? Do keep in sync with the repo commits I am syncing upstream. Thanks. Will push very soon
@lakshanperera , do you have any sample code or examples ?
@gayanvoice , please check it out
> If anyone still looking for SSR NextJS solution, following way of importing worked > > ``` > import dynamic from 'next/dynamic'; > const DragDropContext = dynamic( > () =>...