David Stepanov

Results 24 comments of David Stepanov

Hi, @benjie ! Thanks for the Postgraphile! This bug breaks compiling from typescript to js, is it planned to fix it?

I solved the problem. Thanks for the quick response! I got the following error during the build: ``` node_modules/postgraphile/build/postgraphile/pluginHook.d.ts(80,74): error TS2707: Generic type 'ExecutionResult' requires between 0 and 1 type...

I also had this issue with Angular 9 and library version `0.11.0`. Downgrading to `0.0.10` helped

> ~I suffered iOS source map missing problem too after bump RN `0.67.4` -> `0.70.1`~ > > Did you try run `npx @sentry/wizard -i reactNative -p ios`? > > I...

> @davoam please provide a minimal reproducible example, by doing [this](https://docs.sentry.io/platforms/react-native/troubleshooting/#react-native-069-and-higher) everything should work for RN >= 0.69.x Unless your environment has a different setup than normal. Also share your...

@mym0404 yeah, did these steps. Thanks, but unfortunately still. No success. @krystofwoldrich I think I'll wait for version 5 of `sentry-react-native`, because it is still look not good that in...

Probably, this issue can be closed? Since, as mentioned in @erikras's [comment](https://github.com/final-form/react-final-form/issues/840#issuecomment-791282980) after upgrading `final-form` to version `4.20.2` the problem has gone.

Thanks @mrluscus ! I just want to add that in our case without importing `redux-dynamic-modules-react` other error appeared. It was complaining that `DynamicModuleLoader` is not exported. Our solution was: 1....

I can confirm that it happens only on iOS and only when `createNativeStackNavigator` is used. Everything works as expected when `createStackNavigator` is used