Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

warn: infinite update loop in watcher expression 'month'  #2

@sohee-lee7

Description

@sohee-lee7

Version

v1.0.1

Test Environment

<toast-ui-calendar
    class="full-calendar-body"
    ref="tuiCalendar"
    :is-read-only="true"
    :view="viewType"
    :month="monthOption"
    :week="weekOption"
    :schedules="schedules"
></toast-ui-calendar>
data() {
    return {
      viewType: 'month',
      monthOption: {
        grid: {
          footer: {
            height: 5
          }
        }
      },
      weekOption
    }
  }

Current Behavior

When using nested object for month prop, warn infinite update loop in watcher.

Expected Behavior

No error should occur.

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