#Observer with bundle filter doesn't work
10 messages · Page 1 of 1 (latest)
the filter on the On is not for the entity, it is for the event
Oh, so I can't filter for press events on a specific component, it's moreso for like component add events?
yes
tyty
you can trigger events with your custom components also, but Pointer, that is an internal event, will always be triggered without component ids
this parameter is quite confusing and I believe there are plans to reconfigure it so it's more intuitive
(that is, lifecycle events will be expressed as On<Add<T>>, and the second param will simply be removed)
I think that would make more sense, but it does also say this
Oh it looks like that bit of the docs got a bit ahead of itself.