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
{{ message }}
This repository was archived by the owner on Jul 19, 2020. It is now read-only.
Route has a state field that is currently Option<T>.
The reason that this is an option is because stdweb's API doesn't support getting the state outside of an event.
This can still be shimmed in using the js! macro.
Description
Route has a state field that is currently
Option<T>.The reason that this is an option is because stdweb's API doesn't support getting the state outside of an event.
This can still be shimmed in using the
js!macro.