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
The state object delcared in the activity.js composable must be reactive. Indeed, if we use the composable before the CurrentActivity is set, the state object will remain to null
The text was updated successfully, but these errors were encountered:
The
state
object delcared in theactivity.js
composable must be reactive. Indeed, if we use the composable before theCurrentActivity
is set, thestate
object will remain to nullThe text was updated successfully, but these errors were encountered: