reachtokish / rctx-contextmenu

:bowtie: :sparkles: Context menu for React
https://reachtokish.github.io/rctx-contextmenu/
66 stars 14 forks source link

Support for strict mode #35

Closed CodingDive closed 1 year ago

CodingDive commented 1 year ago

Thank you so much for this wonderful library! It's doing exactly what I was looking for.

I just saw that it does not yet support StrictMode. I think the reason is the dependency react-transition-group that hasn't been updated since they removed their dependency on findDomNode which is the one throwing the error.

https://github.com/reactjs/react-transition-group/releases/tag/v4.4.0

reachtokish commented 1 year ago

Thanks for pointing it out. It is resolved. Kindly use latest version (1.4.1).

Closing the issue. Kindly open if it still exists.