Andy Fry
Andy Fry
@anupritawayangankar [PR 223](https://github.com/appleboy/react-recaptcha/pull/223) added some simple test cases using Enzyme and JSDOM, you can check them out to see how they work.
@hbowden this was broken for me too, although now I think it should be working. See [line 10](https://github.com/appleboy/react-recaptcha/blob/master/package.json#L10) and [11](https://github.com/appleboy/react-recaptcha/blob/master/package.json#L11) in package.json. Previously pre commit was running test with a...
I've had this problem while implementing the component according to the README as well. You interestingly *don't* see this same issue in the [project homepage](http://negomi.github.io/react-burger-menu/), so I think this is...
Updating the following line in my `:rebl` alias fixed the issue for me: ``` com.cognitect/rebl {:mvn/version "0.9.245"} ``` The version number has to match the version of REBL that you...
I have experienced this same bug: ```clj ["/demo/route" {:post {:parameters {:path ::path-params :multipart ::multipart-params}}}] ``` Will give me a `:parameters` map in my request with has correctly coerced `:path` parameters,...