Evgeny Kirpichyov
Evgeny Kirpichyov
The problem was just in TypeScript path resolver :) Fix #152 Fix #159
Also I update sass `Importer` to new `FileImporter` interface
Fixed an issue where `CatchallOutput` returned unknown for classes without additional methods, such as `ZodBoolean`, `ZodUndefined`, and `ZodNull`. This was resolved by replacing `ZodTypeAny` with `ZodFirstPartySchemaTypes`. This change addresses the...
Hi! I saw that #542 with `modal` fix was merged into master 2 months ago — do you have any ETA for the next release? I'd love to have this...
Fixed performance issue with rendering a big number of buttons (e.g. in table cells). clearTimeout is slow operation which takes a lot of time if we call it hundreds of...