iamshaunjp / iamshaunjp/svelte-tutorial
Error on lesson-29
- Dominant language
- No language data
- Stars
- 197
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
I'm coding along with the Youtube Svelte Beginners course (great course)
After adding the store file, I get this error on clicking on any of the answers of the Python or Javascript poll:
```
Uncaught ReferenceError: polls is not defined
handleVote @ bundle.js:2220
(anonymous) @ bundle.js:153
bubble @ bundle.js:153
vote_handler @ bundle.js:1738
(anonymous) @ bundle.js:142
(anonymous) @ bundle.js:141
handleVote @ bundle.js:1492
click_handler @ bundle.js:1501
```
The error presist even after I downloaded the lesson-29 branch of this repo and freshly installed it with ```npm install``` and running ```npm run dev```.
**What could be wrong?**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.