Volodymyr Agafonkin
Volodymyr Agafonkin
Agreed, I've been annoyed by those warnings myself but never got to investigating their removal. Will try to get to the bottom of this.
215 to 255 is a 19% increase, which is quite significant β I'd love to see if we can fix this without a big regression for all cases. In theory,...
@muendlein for type checking, we can add ignores similar to the existing ones in places where it's hard to type soundly: https://github.com/mourner/flatbush/blob/main/index.js#L304
Followed up in https://github.com/mourner/flatbush/commit/5dedc6880cb8856b5bd79913a4d769daae91063c to make the code a bit shorter and simpler.
@Gerbuuun thanks for linking those! I'll get the duplicates closed so that it gets tracked in one place.
The reason why it's not working at the moment is because the Standard style doesn't expose interactable elements yet β they need to be defined at the style level to...
@tibotiber featuresets are a part of what we internally call "the evolving basemap" β a default style that constantly gets updates like visual, data and performance improvements (and even new...
Can you please upgrade to v3.9.4 and see if the problem still occurs?
Thanks for the report and the comments, we're investigating the issue β definitely a bug.
> I think as long as we have cross refrences with include, we will not get real tree shaking. Yeah, this kind of code organization via "includes" was initially done...