Patrick Stoica

Results 8 comments of Patrick Stoica

i think this library generates classes for individual rules, so it's split into two.

Sorry, here's what I mean. I could be missing something, let me know: ``` // ImmutableRenderMixin.js ... shouldComponentUpdate: function(nextProps, nextState) { return !shallowEqualImmutable(this.props, nextProps) || !shallowEqualImmutable(this.state, nextState); } ... ```...

FWIW the file used to just run is() until it was reformatted to look like the original Facebook code and someone added the extra ===. I think they're completely equivalent,...

Been following this thread for a while, along with the development of Select. I just want to chime in that I also can't adopt the Select component until it has...

I was thinking opposite (`sandbox: true`) since you don't often see an API wrapper that mocks by default.

Oh, I didn't realize they literally provided sandbox endpoints. Okay, sounds fine! `production: true`

Hey @nmiddendorff, we're seeing this with `13.12.5`. `13.8.6` had significantly more issues (up to 20), and now we see up to 6. We have a bit of checking in here...

In case this helps anyone, here's how I fixed an issue I had with the scrollbar. After connecting a new link, our app would render new PlaidLinks before closing the...