Skip to content

View is not updated after change Array inside Object #2290

@NikolayMakhonin

Description

@NikolayMakhonin

(version: 3.0.0-beta.20)

This is not update the view:

obj.arr = obj.arr.sort();
obj.arr[0]++
obj.arr[0] += 1
obj.arr[0] = 2
obj.arr2[0][0]++
obj.arr2[0][0] = 3

See repl

How can I update the view manually?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions