Unhandled error during execution of scheduler flush #10128
Unanswered
ledtorch
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on resolving the undefined data fetching from local JSON file.
Originally, the error was:
Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'this.data?.storefront.day')
My code:
Then I used:
Then I can render the whole data correctly even the new error exists:
TypeError: undefined is not an object (evaluating 'this.data?.item1.image')
And I noticed the Safari browser reported the Vue warn and asks me to open an issue.
Thanks all
P.S. My repo: https://github.com/ledtorch/Map/tree/main/app
Beta Was this translation helpful? Give feedback.
All reactions