David Jebing
David Jebing
It was resolved for me. I originally created a reproduction to show the issue still exists, but it seems to be fixed now. I was also only having the issues...
I still get the same error with Expo 51.0.0 ## Repro [davidjbng/expo-use-frameworks-static](https://github.com/davidjbng/expo-use-frameworks-repro) ## Environment > expo-env-info 1.2.0 environment info: System: OS: macOS 14.4.1 Shell: 3.7.1 - /opt/homebrew/bin/fish Binaries: Node: 22.1.0...
There is a PR in Tanstack Query to support ESLint v9: - https://github.com/TanStack/query/pull/7543
Also note how `eslint-plugin-react-hooks` will handle v9 and flat config support in - facebook/react/issues/28313 - facebook/react/pull/28773
> lockfile seems to be outdated: > > ``` >  ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with packages/eslint-plugin-query/package.json > ``` The root package.json requires...
I think this has to wait until it is offically supported by `typescript-eslint` which is tracked here - typescript-eslint/typescript-eslint/issues/8211 The tests are still failing because of differences how rule definitions...
I will work on a new pr for eslint v9 first and then flat config
We could have introduced an additional option e.g. `serveDir` and used that instead of `baseDir` to avoid breaking change. I did forget to mention this idea in #108. Is that...
Agreed. I should have done it like that in the first place. I can provide a PR tomorrow or you can as well, if you want to. Thanks for clearing...
> I have attached these errors for further clarification. > > > ### Expected Behavior > Swagger UI should be accessible and displayed correctly on the EC2 instance, and the...