Closed
Description
At the moment, if debug data is not stripped from prod build, we have recursion error.
Given: Prod build, assert
function is not stripped.
-
Trying to access any key (
id
, for example) on just created model. -
This code part is executed:
data/packages/model/src/-private/attr.js
Line 130 in 7243558
-
And here we calling
toString
on record:
-
And we going here:
data/packages/model/src/-private/model.js
Line 501 in 7243558
Where we access this.id
and here is GOTO: 1.
Metadata
Metadata
Assignees
Type
Projects
Status
No status