Remove deprecated findDOMNode? (like react-transition-group just did)
react-css-transition-replace shows warnings in Strict Mode, complaining about a deprecated API findDOMNode. Here's an example warning that shows in the console:

react-transition-group used to have the same problem, but as of react-transition-group 4.4.0 this API usage was removed and replaced with a ref-based solution.
Can react-css-transition-replace do something similar too?
I see it's been a while since this was opened. I support this and will either do it in due course or accept a PR for it. I will be happy with a complete removal of findDOMNode, and then there can be a major version update for this change.
It would be awesome if this could be implemented. This components works amazingly, but this error is indeed quite jarring (let alone not really future-proof).
Thanks. Please submit a PR if you need this urgently. Since react-transition-group offers a template implementation it should be pretty straightforward.
PR created https://github.com/marnusw/react-css-transition-replace/pull/101
Hello @marnusw, would you mind merging this PR and releasing a new version together with the other React 18 related changes? This would be great! Thanks a lot!
Thanks @Dagur and for the note @santosch. I must have missed the PR when it was first created. Sorry about the wait. I'll get to this in the next few days.
Released in 5.0.0-beta.0 via #101