Craig McClanahan

Results 3 issues of Craig McClanahan

I have several React applications created with a Typescript based create-react-app application (and using [email protected], which depends on [email protected]). Attempting to upgrade Axios from 0.27.2 to 1.0.0 causes Jest tests...

I'm trying to follow the quickstart for next.js (https://bit.dev/docs/quick-start/hello-world-nextjs) by executing the following command: ```shell bit new hello-world-nextjs bit-hello-world-nextjs --env teambit.community/starters/hello-world-nextjs ``` but it returns the following error: ```shell Node...

I've got a fairly complex schema.prisma file, which includes ``` generator client { provider = "prisma-client-js" previewFeatures = ["extendedWhereUnique"] } ``` I need that preview feature because the way Prisma...