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

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

Closed
sohee-lee7 opened this issue Dec 7, 2018 · 0 comments · Fixed by #3
Closed

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

sohee-lee7 opened this issue Dec 7, 2018 · 0 comments · Fixed by #3
Assignees
Labels
Bug Something isn't working

Comments

@sohee-lee7
Copy link
Contributor

sohee-lee7 commented Dec 7, 2018

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.

@sohee-lee7 sohee-lee7 modified the milestone: bug Dec 7, 2018
@sohee-lee7 sohee-lee7 added the Bug Something isn't working label Dec 7, 2018
@sohee-lee7 sohee-lee7 self-assigned this Dec 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant