Ember-inspector: Inspecting query params objects errors

Created on 7 May 2020  路  3Comments  路  Source: emberjs/ember-inspector

Clicking on the @query argument in <LinkTo @query={{...}}> errors. This is probably not specific to query params, but any Object.create(null) in general. The problem seems to be that somewhere we are expecting the object to have a toString().

bug

All 3 comments

@chancancode any chance the fix from https://github.com/emberjs/ember-inspector/pull/1189/files also fixes this?

Ah, quite possible. I will try after the nightly build ships!

I can confirm that this has been fixed in v4.1.0. Thanks @patricklx and @rwwagner90!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

izackhub picture izackhub  路  6Comments

danilovaz picture danilovaz  路  8Comments

efx picture efx  路  6Comments

gkaran picture gkaran  路  9Comments

fpauser picture fpauser  路  3Comments