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

ScalaFnComponent is anonymous #1065

Closed nafg closed 2 years ago

nafg commented 2 years ago

Is there any way to give it a name? (Ideally it could infer the name, like class components do now.) It seems to show up in dev tools as Anonymous.

Thanks.

japgolly commented 2 years ago

Unfortunately it's not supported by React. :(

nafg commented 8 months ago

Solution in #1087