Closed ian-shakespeare closed 1 year ago
I have the same error, I am also working on updating an old project.
I think I identified the problem. The @action
decorator was used frequently throughout our code but does not appear to exist in new versions of watermelondb, so I replaced all instances of it with @writer
. I also moved the <DatabaseProvider>
to be within the root <View>
. Hope that helps!
Hey there! I'm upgrading the dependencies on an old project and ran into this error:
Which occurs on all uses of the Watermelon decorators e.g.
I suspect it's something to do with my dependencies or babel configuration, as those are the only things that have changed since my last successful build.
Any help is appreciated, thank you!