David Sundqvist
David Sundqvist
I'm also working on an app with Expo and was planning on using WatermelonDB. An expo-sqlite adapter would be really useful to allow me to use the Expo Go app...
@EvanBacon My tsconfig.json looks like this: ```json { "extends": "expo/tsconfig.base", "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": true, "baseUrl": "src", "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "react-jsx", "lib": [...
> The following appears to solve the OP issue if they will accept that the supplied min and max (and tickAmount if included) will be treated as advisory: > >...
@rosco54 Awesome! Thank you for fixing this!
I have similar issue with `StrictMode` in Firefox (it's not an issue on chromium). `Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.` or `Uncaught (in promise) AbortError: The...
@100terres I have updated the OP and added a codesandbox of the issue
I had the same issue running on Windows 10. I tired now again but on a Mac with no issues. I guess it only works on Mac or Linux