Matt Boldt

Results 14 comments of Matt Boldt

Bump. I'm getting this too, on macOS 11.6 Also, is this supposed to be the icon? ![image](https://user-images.githubusercontent.com/1389818/150178487-ccbf8839-f70b-4553-8399-b6821a5af7d4.png)

Attempting the same thing myself -- I'd like to gradually migrate components over to webpacker. Do you have any details about how you did it written anywhere? @donald-s

@donald-s Running into this again! hah. Curious if you have any updates.

I figured this one out! And it was incredibly simple. 1. Remove `react_ujs` from `app/assets/javascripts/application.js`, but **keep react** 2. `yarn add react_ujs react-dom` 3. Add the regular ReactRailsUJS code to...

@phildionne Unfortunately, I haven't had the time to work on this 😢 But I too am still very interested in seeing it implemented. Maybe over the upcoming holidays?

Any updates on this? I'm moving from CodeClimate to reviewdog + GH actions and I'm trying to decide between `github-pr-review` or `github-pr-check`. `github-pr-check` is nice in that it marks the...

In case anyone runs into this on v3+, [since components are no longer automatically unmounted](https://github.com/reactjs/react-rails/issues/1184) here: https://github.com/reactjs/react-rails/blob/0930f24b0d6869f36b30a5cf853ee92aa9306d20/react_ujs/index.js#L191-L196 I got it to work by calling `unmountComponents` directly, e.g.: ```js const componentRequireContext...

@jesseduffield It's been a while since I've used this gem, so I'm not sure if/when I'll get back to this PR. It does seem useful and like there's interest, though....

Bumping -- any updates on this?

Never mind, it looks like this is something you have to reach out to github support to handle. They can enable dependabot to add to the merge queue via a...