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
in FacetedStore there is a for loop to copy properties from facetSchema to constructor. if facetSchema contains certain properties (name, caller, length, etc) an error will be thrown in strict mode.
most of these properties are unlikely to be in a schema except that i came across this because i was using name in my schemas. should we just wrap that assignment in a try/catch to silence the errors?
in
FacetedStore
there is afor
loop to copy properties fromfacetSchema
toconstructor
. iffacetSchema
contains certain properties (name
,caller
,length
, etc) an error will be thrown in strict mode.most of these properties are unlikely to be in a schema except that i came across this because i was using
name
in my schemas. should we just wrap that assignment in a try/catch to silence the errors?The text was updated successfully, but these errors were encountered: