Closed shirakaba closed 5 years ago
I've witnessed in React Devtools that all ref-forwarding components retain the name of the class they're forwarding to (the name as exported – e.g. _Page
– not as imported), even with ref-forwarding involved. The names are similar enough that it's not a problem for me; at least they're not mangled.
Might be working already, but need to check.
With reference to:
May be a case for using a Mixin or decorator.