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
With previous version of page.js (up to new 1.6.0) Context's params used to be an array-like object, but after this change visionmedia/page.js#205 it's plain object, so the key order can be anything.
With previous version of page.js (up to new 1.6.0) Context's params used to be an array-like object, but after this change visionmedia/page.js#205 it's plain object, so the key order can be anything.
We need to change
https://github.com/SC5/cerebellum/blob/master/lib/client.js#L48 to use utils.extractParams like server.js does before updating to page.js 1.6.0.
The text was updated successfully, but these errors were encountered: