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
Another issue I have with this is that it asks us to use init or the constructor instead (when a computed has no dep keys), but it doesn't appear that query params are applied at the moment in which they are referenced:
constructor(...args){super(...args);// these end up being the default values, in spite of query params// eg '?lat=-73.94513902424359&lng=40.75213197841276&zoom=15.08183388491034'constmapOptions=this.getProperties('center','zoom','pitch','bearing');this.set('initMapOptions',{
...mapOptions,// other things});}}
The following code
Throws:
But a dependent key is provided.
package.json:
The text was updated successfully, but these errors were encountered: