Brian Steere

Results 17 comments of Brian Steere

I'm still digging but it looks like the new `Item` is being rendered properly, but before the `useEffect` stuff fires it's being rendered again which clears all the `vars`. Also,...

I've been trying to come up with a way around the problem. My current idea is to keep track of the keys that have been actually been added and check...

I checked out your sandbox. One difference I saw from the normal `create-react-app` is not using `React.StrictMode` in the render call. When I add that to your sand box the...

With StrictMode added to your sandbox the bug occurs.

The first commit contains the actual changes (I think I touched 4 files). The second is after running prettier.

@RomanHotsiy changed prettier as requested and ran again. Down to 11 files now 😄

@RomanHotsiy is there anything else needed to get this merged?

VSCode doesn't appear to allow running multiple Wallaby instances simultaneously so I'm also looking for a good way to have two separate runners going (frontend and backend code).

Heroku may also be using Thin. The git commit dialog talks about webrick, but the actual logs make it look like thin. Probably doesn't matter as long as things keep...

Is there anything blocking this from getting merged (other than conflicts now)? It would be helpful for my use case as well.