https://github.com/texmeijin/use-aspida-swrv-reproduce
useAspidaSWRVが特定の状況下で意図した動作にならないことの再現
https://github.com/texmeijin/use-aspida-swrv-reproduce
Last synced: about 2 months ago
JSON representation
useAspidaSWRVが特定の状況下で意図した動作にならないことの再現
- Host: GitHub
- URL: https://github.com/texmeijin/use-aspida-swrv-reproduce
- Owner: TeXmeijin
- Created: 2021-08-01T06:20:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T09:56:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T03:46:07.543Z (4 months ago)
- Language: Vue
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 再現手順
以下の手順で再現します。
```shell
yarn
yarn dev
```**props経由でenabled判定に必要となるデータを渡されているコンポーネントが、useAspidaSWRVを利用していると、enabledが反転した後も描画結果が変わらない**
useAspidaSWRVがラップしているuseSWRVを直接使った場合はデータがロードされますので、useAspidaSWRV固有の問題です。