Anton Savoskin
Anton Savoskin
I can confirm the react-query-native-devtools plugin does not work properly with tanstack/query v5. When trying to use it in my own project with the latest v5 release, I ran into...
@YOEL311 It works for me, thanks!
@mfazekas thanks for taking a look. I've updated reproduction steps and added a link to reproduction repo.
There was a [pull request](https://github.com/toss/es-toolkit/pull/63) adding an `isEmpty` function, but it was closed with a recommendation to use language primitives instead. I almost agree, but for objects, it becomes too...
Creating a Vite config worked for me: ```ts import { svelte } from '@sveltejs/vite-plugin-svelte' import { defineConfig } from 'vite' export default defineConfig({ plugins: [svelte()], }) ```
Thank you for pointing me to the issue, it was very relevant. In my case, the Huawei WebView is based on an old Chrome browser version 78.0.3904.108. I tried installing...
Fixed by installing Huawei WebView from [apkmirror.com](https://www.apkmirror.com/apk/huawei/huawei-webview-2/)