Nik
Nik
- [x] I have tried restarting my IDE and the issue persists. - [x] I have updated to the latest version of the packages. - [x] I have [read the...
I ran into exported svg's that use a lot of unnecessary defs, and decided to take matters into my own hands... This plugin: - loops through the svg to first...
Currently the secondary arguments of `IntercomAPI` in `2.0` get passed through as an array, meaning that e.g. `onShow` and `onHide` won't work. I.e. ```js window.Intercom.apply(null, [method, args]); ``` Should be:...
Closes # ## 📝 Description > Add a brief description WIP work on creating a `@zag-js/lit` framework. Adds `packages/frameworks/lit` and `examples/lit-ts`, and adapts `e2e/` testing suite to optionally work with...
Closes # ## 📝 Description > Add a brief description The menu `getItemProps` and `getTriggerProps` return normalized props, that then get merged using the core `mergeProps` function that does not...