yusheng chen
yusheng chen
@stdedos Anything update about the "--no-add" pull request ? I am looking forward to it.
@alexjidras Based on the [official document](https://swr.vercel.app/docs/api) `onDiscarded(key): callback function when a request is ignored due to race conditions` In your case, there are no race conditions, I believe that is...
I'm facing the same problem... When the `key` is a falsy value and `fallbackData` is not provided, the `data` type should be narrowed to `undefined`. ```tsx const { data: data1...
This example needs more clarity. Would you mind creating a demo on CodeSandbox?
Workaround: core-js provides a polyfill for `URL.canParse` https://github.com/zloirock/core-js/blob/master/packages/core-js/modules/web.url.can-parse.js I'm currently configuring in my webpack.
The latest create-react-app (CRA) installs React 19 by default, but @testing-library/[email protected] has a peer dependency requirement of React ^18.0.0, causing dependency conflicts. Using `--template minimal` resolves this issue as it...
Can you please show me how to reproduce this in CodeSandbox?
@pashpashpash tks, I will take time to read the presentation
@mbleigh Thanks for your comment Based on [npmjs official docs](https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file) ``` "devDependencies": Packages that are only needed for local development and testing. ``` `@types/xxx` packages are only needed for local...
@MH4GF Hi, thank you for the reminder. I've fixed the merge conflict, please take time to review it again.