Replies: 1 comment 1 reply
-
This should be fixed in 2.1.6. But please let me know if it's still not working right! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Apparently, it is not possible to use Legend inside Node JS ( I only use it for listen to changes). I basically get the following errors.
`node_modules/@legendapp/state/src/observableInterfaces.d.ts:1:41 - error TS2307: Cannot find module '@react-native-async-storage/async-storage' or its corresponding type declarations.
1 import type { AsyncStorageStatic } from '@react-native-async-storage/async-storage';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@legendapp/state/src/observableInterfaces.d.ts:3:42 - error TS2307: Cannot find module 'firebase/database' or its corresponding type declarations.
3 import { DatabaseReference, Query } from 'firebase/database';`
Beta Was this translation helpful? Give feedback.
All reactions