there are a lot of these:
./src/web-components/visualization/gs-statistics.tsx
'numeratorFilter' is not publicly accessible but is marked as a public property (@property). Use the '@internalProperty' decorator instead?
23: @property({ type: Object })
no-property-visibility-mismatch
Sounds like it might be an easy fix? But maybe it's left as a non-internal property for an explicit reason - so I'm making a ticket for now.
there are a lot of these:
Sounds like it might be an easy fix? But maybe it's left as a non-internal property for an explicit reason - so I'm making a ticket for now.