Thomas Pischulski
Thomas Pischulski
on iOS 10 the range slider behaves very weird. When sliding, it extends the width of the whole page. on iOS 11 I can't move the drag button by dragging...
> In order for a React Native app to build properly within a monorepo, some packages that react-native depends on must reside inside the node_modules folder within the app package....
Not 100% sure if it's the same issue, but it looks very related: ``` Type 'IFieldResolver' is not assignable to type 'IResolverObject | IResolverOptions | IFieldResolver'. Type 'IFieldResolver' is not...
@GerardoAGL96 i stopped using this lib and wrote my own TS version of it. Don't have access to the code anymore though, sorry But if you take a look at...
That makes sense, thank you
But why didn't it work for Node 15? Even tested in an empty project
Ok if others encounter this as well I think we should re-open the issue
Works for me with ``` "next": "^12.1.4", "react": "17.0.2", "recharts": "2.1.12" ```
Same here when installing with `npm` ```json { "dependencies": { "@prisma/client": "~4.3.0", "prisma": "~4.3.0", } } ``` ```bash $ du -sh node_modules/* | sort -sh ... 99M node_modules/prisma 221M node_modules/@prisma...
I'm having the same issue running `npm ci -w workspace` in the repository root Seems to have been introduced by the recently updated `node:16-alpine` Docker image