Replies: 3 comments 2 replies
-
Hi, can you provide a reproduction that how you encounter with this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
-
With 2.0 it seems like SWR has an explicit dependency on React. Is there a way to make it depend on react or preact/hooks depending on what is available? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into a similar issue. +1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried using useSWR in preact 10.5 version but ended up in below error.
Uncaught TypeError: Cannot read properties of undefined (reading 'context') at F (index.js?a178:238) at Z (index.esm.js?4b4e:1)
Beta Was this translation helpful? Give feedback.
All reactions