mike douges
mike douges
Two problems currently: 1. Prebundling can't find the dependencies (react, react/jsx-runtime, react/jsx-dev-runtime) as it's currently hardcoded in Vite to use the node resolver. We can "work around this" by removing...
This pull request removes logic to bail out from an event if someone else listening to the event (usually in a capture phase) has called `preventDefault()`. This fixes interop between...
Let's say I have two examples, a & b, and they're the same component but slightly different. Would be cool if I could somehow run this test against them both...
**Describe the bug** When writing css variables that aren't kebab case, for example camelCase or snake_case, Compiled ends up transforming it to kebab-case. **To Reproduce** ``` const styles = cssMap({...
With a focus on resolving any _blockers_. **With Kenny** - [x] port already in use https://github.com/try-triplex/triplex/issues/175 - [x] leva types not found (**fixed by upgrading Triplex version**) - [x] component...
Only way to find out what's happening is going to the logs. Incredibly confusing.
We have a lot of opportunities to enable plugins by third party developers for Triplex. This issue should collect all known use cases and opportunities we have to add integrations...