An open API service indexing awesome lists of open source software.

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が特定の状況下で意図した動作にならないことの再現

Awesome Lists containing this project

README

        

# 再現手順

以下の手順で再現します。

```shell
yarn
yarn dev
```

**props経由でenabled判定に必要となるデータを渡されているコンポーネントが、useAspidaSWRVを利用していると、enabledが反転した後も描画結果が変わらない**

useAspidaSWRVがラップしているuseSWRVを直接使った場合はデータがロードされますので、useAspidaSWRV固有の問題です。