Skip to content

When there is a decimal number in object data, it is displayed as 10. #276

@jskorlol

Description

@jskorlol

When there is a decimal number in object data, it is displayed as 10.

object

console.log
{
   "71213": [
     0.732,
     0.9700000000000001
   ]
}
ray
Object {
     "71213": [
      10.732,
      10.9700000000000001,
     ],
}

There seems to be a problem with decimal number representation in objects with depth.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions