japgolly / scalajs-react

Facebook's React on Scala.JS
https://japgolly.github.io/scalajs-react/
Apache License 2.0
1.64k stars 231 forks source link

Deprecate `Mounted` component types #1063

Closed japgolly closed 2 years ago

japgolly commented 2 years ago

As of React 18, they're no longer a thing.

Do this and do this separately before #1057

japgolly commented 2 years ago

Idea: copy paste ReactTestUtils to @nowarn("cat=deprecated") LegacyReactTestUtils or something, then remove Mounted completely from ReactTestUtils

japgolly commented 2 years ago

Was too hard to do before #1057 so now it's part of #1068