Closed
Description
This could mean a lot of things, longer term, but for the short term I think we need a way to uniquely identify types of EventComponent
(something akin to the displayName
attribute that custom components support). The information currently available on the Fiber type
doesn't provide that.
As for EventTarget
types, I see we have a unique symbol for the touch hit type (the only current target type?)- do we plan to add more unique symbols for future target types? If so, this would be sufficient to identify these.