Justin Walsh
Justin Walsh
I believe this is by design. The deps will allow you to update the schema when they change, but the return values of the controls are driven by the state...
LGTM! Expo 53 is out and on react-native 0.79. Expo 52 is on react-native 0.76 so I did not explicitly test with react-native 0.78, however following the change through git...
@trezy `'handles subsequent loads'` is failing in the way that is described in #531. I'll be out for the next few days, so I won't have time to research further...
I took a crack at a fix, and the failing test I submitted is now passing. I attempted to make the test more robust as well. I also simplified the...
Would you mind adding a code snippet illustrating the issue for clarity?
Thank you. Nice find! I have yet to run into this specifically, as I was loading the asset in the parent component and passing the loaded texture into the child...
Thanks for the repro; I will probably have to mock fetch, as my current test and mocks do not appear to fail when I attempt to fail the test. Must...
@furic The PR that fixes this issue has not been merged yet and is still open https://github.com/pixijs/pixi-react/pull/533
@ilyahuman great idea! https://pixijs.io/create-pixi/ now has a react template you can use. Give it a try, and submit a PR!
https://github.com/pixijs/pixi-react/pull/599