Closed
Description
When using an ES6 Map as a optional state param in order to pass data from one state to another, the Map object's methods stop working once passed through to another state.
http://plnkr.co/edit/TVANV1Cnb8B7h95mNjmW?p=preview
in the plunkr, transitioning between states without passing any stateParams works, and just instantiates a new Map. If you click one of the links that passes the Map as a stateParam, the plunkr breaks with the error:
Method Map.prototype.<methodName> called on incompatible receiver #<Map>
Metadata
Metadata
Assignees
Labels
No labels