Renaud Chaput

Results 390 comments of Renaud Chaput

If you want to not trigger it when clicking inside some element, you can also do it this way: ```jsx const [open, setOpen] = React.useState(false) const buttonRef = React.useRef(null) const...

I am having similar issues with the `next` branch. Is there interest in getting work done on getting the few bugs in v6 fixed and the version released? It looks...

I am getting a similar crash. ``` clang --version Apple clang version 12.0.0 (clang-1200.0.32.29) Target: x86_64-apple-darwin20.3.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ruby --version ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin19] brew...

I am open to have this feature implemented. With an optional block argument on the `react_component` helper we should not need to add a new helper (like your `react_component_with_defaults`). One...

Sorry, it took me quite a lot of time to come back to this project. The gem should now be fixed, I reworked the JS build process and added support...

I tested the latest beta (`beta4`) with both Webpacker and Vite-Ruby. Lodash is also removed, this package no longer has any dependency :)

Still need to update example & test apps.

Thanks for the report @phil-monroe! @sevos do you remember why this check was needed?

Sorry for the delay, it took me a long time to get back to maintaining this gem properly. I just pushed [version 1.0.0-beta.1](https://github.com/renchap/webpacker-react/releases/tag/v1.0.0.beta.1) to Rubygems & NPM, feel free to...

You can have multiple components registered in one packfile. The logic is to have separate packs for different parts of your website, but you may have multiple root components in...