You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In my nextjs application, I am using useFetch to fetch data from some APIs by requesting parameters from useParams on the client side, but after I tried according to the useFetch documentation, it is not working as expected.
Describe the bug
In my nextjs application, I am using useFetch to fetch data from some APIs by requesting parameters from useParams on the client side, but after I tried according to the useFetch documentation, it is not working as expected.
@/src/app/(dashboard)/workspaces/[workspaceId]/client.tsx
@/features/api/workspaces.ts
@/features/workspaces/hooks/use-workspace-id
To Reproduce
I do as documentation
Expected behavior
Once the "disabled" property turns to false, I expect the command to be executed.
The text was updated successfully, but these errors were encountered: