avocadowastaken

Results 6 comments of avocadowastaken

Hey @githong-kr! I've add tests for this case https://github.com/umidbekk/prettier-plugin-prisma/commit/74452ff1ae631e1768d182005f0f5eb45e9b49bf, but couldn't reproduce the problem. Can you try to format with [`npx prisma format`](https://www.prisma.io/docs/reference/api-reference/command-reference#format), maybe it will provide more info regarding...

Hey @githong-kr, `referentialIntegrity` is still in preview, so I guess that's why it's not fully covered by formatter, I suggest you to leave a comment in https://github.com/prisma/prisma/issues/9380 cc @tomhoule 🙏

As workaround - you can ignore this warnings in app entry: ```javascript if (__DEV__) { // eslint-disable-next-line global-require require("react-native").YellowBox.ignoreWarnings([ "Warning: Failed child context type: Invalid child context", ]); } ```...

It was fixed in [1.0.0-alpha.2](https://github.com/final-form/react-final-form-hooks/releases/tag/v1.0.0-alpha.2), try to install with `next` tag: `react-final-form-hooks@next`. See also #21