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
Add a FAQ page or something to introduce solutions to common problems
you can manually add some dependency and then change that
e.g.
@:editable var revision:Int = 0;
@:constant var loadData:()->Promise<Data>;
@:loaded var data:Data = {revision; loadData()};
public function refresh()
revision++;
The text was updated successfully, but these errors were encountered:
Add a FAQ page or something to introduce solutions to common problems
The text was updated successfully, but these errors were encountered: