Vincent Cantin
Vincent Cantin
## Summary by CodeRabbit - **Documentation** - Updated the README.md to include a short summary section. - **Refactor** - Improved the control flow in the `app` component by modifying effect...
Supported argument format: ```clojure (js-spread :foo "foo" :... my-js-object ;; spread "..." "not a js-object" ;; no spread because it only works with `:...` as a literal :bar "bar") ```
The goal of the change is to help users getting rid of false positive warnings, which in the browser console can hinder the discovery of other warnings that may happen...