You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using prismock in a project where the ids are defined with @default(nanoid()) and I see that this is not supported in prismock. We get around it by setting the ids specifically in the code, but that defeats the purpose. :)
Would you be open to a PR?
The text was updated successfully, but these errors were encountered:
Hi, and thanks for prismock!
I'm using prismock in a project where the ids are defined with
@default(nanoid())
and I see that this is not supported in prismock. We get around it by setting the ids specifically in the code, but that defeats the purpose. :)Would you be open to a PR?
The text was updated successfully, but these errors were encountered: