Beqa
Beqa
Currently Material Theme Builder Web has an option to extend color scheme, but extended colors aren't included in CSS or DSP exports (these are the only ones I've tried). I'd...
This feature is available for Figma and It would be nice to have it on the web too
#182 I'll change the tests if you think this is worth merging
Currently calling the filter(Boolean) method on a tuple turns it into an array of union: ```ts let tuple = ["foo", undefined, "bar", 0] as const; tuple.filter(Boolean) // ("foo" | "bar")[]...
Added more information about when an action's update method is called
Running yarn test on my forked version outputs the error: ``` Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API,...