Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught ReferenceError: start is not defined #15

Closed
alesf opened this issue Mar 30, 2021 · 2 comments
Closed

Uncaught ReferenceError: start is not defined #15

alesf opened this issue Mar 30, 2021 · 2 comments

Comments

@alesf
Copy link

alesf commented Mar 30, 2021

I came upon this error today:
Uncaught ReferenceError: start is not defined

On this line:

I think this is missing on the line before:
const [start, end] = Object.keys(props.modelValue);

@alesf
Copy link
Author

alesf commented Mar 30, 2021

I guess this line is also problematic for the same reason:

obj[start] = pickerValue.value;

@kenhyuwa
Copy link
Owner

Fix on (v1.0.14).
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants