drizzle-kit generate error
Hi guys, I'm using drizzle with expo sqlite. Everything worked fine so far but suddenly I cannot generate migration as
drizzle-kit generate
fails with the following error:
Does anyone have any clue how to mitigate that?
my drizzle.config.ts
:
thanks!1 Reply
apparently
import "react-native-get-random-values"
caused it... commenting it out fixed the issue