Eddie

Results 9 comments of Eddie

Thank you so much for your response. I've tried both React.memo and toRefArray, but I never tried them both at the same time :joy: Yes, it works as expected, but...

I can't wait for the new selectors API. It seems so nice and tidy. So what I understood is that by using model relationships outside of the selectors, I'm swimming...

Ok. I found the problem with the pure component :laughing: I made a silly mistake!!! I wrote PureComponent but the imported component was `{ Component as PureComponent }` :expressionless: :expressionless:...

Thank you so much for the release, I'm going to try it out. Also, about the computed properties, they are so needed. Currently, I'm going to write custom selectors for...

Upon further investigation, turned out the *home-alt* icon is actually the same as the newly introduced *estate* icon. Now the question is that why `home-alt.svg` still exists? ![image](https://user-images.githubusercontent.com/20463083/105704752-82a14300-5f24-11eb-8d92-a7f6410457bc.png)

On the same note, why you have react in both `dependencies` and `peerDependencies` fields? Shouldn't one of them get moved to `devDependencies`? Also, why we don't have `react-dom` as a...

@zanerock Thanks I was getting the same error. Turned out I missed the `.js` at the end of the bin script path.

Hi @chrfalch Thank you for your response. here is expo link: https://snack.expo.io/BJywvy0aQ

Yo @nkeat12 @greengem Saw the issue @sagarchoudhary96 mentioned in the library. I thought about diving in and fixing it, but with all those open MRs and no activity, I'm wondering...