Will Acton
Will Acton
Note: for people who have control over the source, you can replace `(clojure.lang.MapEntry/create k v)` with the constructor `(clojure.lang.MapEntry. k v)`
my immediate need for it is gone. There could be other libraries / code that would benefit from this working (albeit slow). I'll see if I have time to look...
I don't think the Reagent library should prescribe how to structure your project. That's going to depend on your own taste and can vary depending on project. If you ask...
🙄 I might just fork shelljs then. Seems inconsequential.
Reagent’s conversion from `hiccup -> React elements` is lazy; it will only process your children when passed into a “native” (keyword) element identifier in the first position e.g. `[:div (for...
Just putting in my 2 cents: it would be useful to have `:allow-origin` (at the very least) be a RegEx or function. Depending on the case, users might want to...
Thanks. It looks like there's some new development happening in React 18 which I think I would wait for before creating a hook for public consumption: https://github.com/reactwg/react-18/discussions/86 The above discussion...
@kovasap the problem with your code seems unrelated to this issue. I'd suggest opening a separate one, or asking in the #reagent channel in clojurians.net slack team for help.
Thanks! The swagger `:basePath` did fix the API requests from swagger-ui (number 3). However, the redirect from e.g. `/service-name/api-docs/` still goes to `/api-docs/index.html`, instead of `/service-name/api-docs/index.html`.
The fix is to install the sweet helpers package inside your project ``` npm install @sweet-js/helpers ```