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
If this is a requirement (looking at your code it shouldn't be) then something has gone wrong in your logic. If you need to update state based on some external awaited call then await it and once the result is back update the state. Basically just get rid of the await as you don't need it.
If this is a requirement (looking at your code it shouldn't be) then something has gone wrong in your logic. If you need to update state based on some external awaited call then await it and once the result is back update the state. Basically just get rid of the await as you don't need it.
https://github.com/fac28/in-house-project/blob/9d2c5085cc1e6508c0d79e905a68988a41513b0b/app/%5Bgame_id%5D/%5Busername%5D/draw/page.tsx#L65C17-L65C17
The text was updated successfully, but these errors were encountered: