The new `referentialActions` breaks current Studio...
# orm-help
n
The new
referentialActions
breaks current Studio release 😞 https://github.com/prisma/studio/issues/716
Copy code
Error starting Prisma Client: {
  "message": "Schema Parsing P1012\n\nGet config \nerror: The preview feature \"referentialActions\" is not known. Expected one of: microsoftSqlServer, orderByRelation, nApi, selectRelationCount, orderByAggregateGroup, filterJson\n  -->  schema.prisma:9\n   | \n 8 |   provider        = \"prisma-client-js\"\n 9 |   previewFeatures = [\"orderByRelation\", \"nApi\", \"referentialActions\"]\n   | \n\nValidation Error Count: 1\n",
s
Looking into it!