David Register

Results 8 comments of David Register

@Brooooooklyn is this still an issue? If so, is there a workaround? One thing I did notice is, there isn't a way to pass paths through to swc-node/core. When I...

@Brooooooklyn after some digging I found 2 issues I was facing: 1. SWC_NODE_PROJECT or TS_NODE_PROJECT always need to be the fully resolved path (I was using relative) 2. paths were...

@cortinico could this be released as a feature flag the same as the previous fix was? I would like to test this in our app but only for certain devices....

Do you need this PR updated with a flag? https://github.com/facebook/react-native/pull/37927

I am having this same issue and was able to create a snack showing the behavior. Moving the slider or typing in the input field will update the state and...

@j-piasecki we also see quite a bit of these errors in our app. Short of use patching the package with your changes, is there a pre-release version we could use?...

@j-piasecki we deployed a patch into production and it seems like this has addressed the issue. The version deployed with the fix is only experiencing a few errors compared to...

@RodolfoGS yes the crashes are gone and we have not see any other side effects from this patch. We upgraded to the latest version and applied the patch from that...