Landon Schropp

Results 81 comments of Landon Schropp

I still have this issue as well. `displayName` never did properly work for me. If I'm trying to track down an error such as a vague PropTypes validation failure, I...

@urugator Sorry for the slow response. I'd be happy to give this a try, but I'm having a bit of trouble setting up a local project to use local versions...

Sorry again for the delay! Here's what I did to set things up. 1. Cloned the mobx repo using the `fix-2721` branch. 2. `lerna bootstrap`. 3. `lerna build`. 4. `cd...

Yep! Here's what I get if I use `React.memo` with the `ErrorButtons` and `ErrorPage` (the parent) components. Both components are now showing up in the stack trace. --- Adding a...

I think I've narrowed down the issue. I'm seeing my log statements from `mobx-react` in my local repo, but not from `mobx-react-lite`. I ran `lerna boostrap` in the mobx project,...

Makes sense. I tried the `resolutions` approach, but unfortunately, I'm still seeing the same thing. I agree merging might be easier if it's low-risk. 🙂

@danschultzer Bump.