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
For browsers that return true for supportsHistoryApi (i.e. Chrome):
init() calls _refreshData [1], followed by _registerHistoryEvents. _registerHistoryEvents calls _parseUrl, which calls _refreshData [2]. This ends up calling the dataFunction twice.
Temporary solution is to set urlUpdatingEnabled to false.
The text was updated successfully, but these errors were encountered:
For browsers that return true for supportsHistoryApi (i.e. Chrome):
init() calls _refreshData [1], followed by _registerHistoryEvents. _registerHistoryEvents calls _parseUrl, which calls _refreshData [2]. This ends up calling the dataFunction twice.
Temporary solution is to set urlUpdatingEnabled to false.
The text was updated successfully, but these errors were encountered: