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
This is because it doesn't support history.pushState. Can't polyfill this.
One possible solution is to use feature detection (modernizr?) and then tell Mithril to use #hashes instead. Unfortunate side-effect — not being able to share links.
The text was updated successfully, but these errors were encountered:
This is because it doesn't support
history.pushState
. Can't polyfill this.One possible solution is to use feature detection (modernizr?) and then tell Mithril to use #hashes instead. Unfortunate side-effect — not being able to share links.
The text was updated successfully, but these errors were encountered: