https://github.com/cundd/yew-list-problem
https://github.com/cundd/yew-list-problem
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cundd/yew-list-problem
- Owner: cundd
- Created: 2020-01-24T10:26:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T10:45:21.000Z (over 6 years ago)
- Last Synced: 2026-01-01T20:20:45.404Z (7 months ago)
- Language: Rust
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Error description
**Problem**
Wrong DOM node is changed/removed
**Steps To Reproduce**
Steps to reproduce the behavior:
1. Clone https://github.com/cundd/yew-list-problem
2. Run `cargo web start`
3. Click "Add Song 1 to list!"
4. Click "Add Song 2 to list!"
5. Click "Add Song 3 to list!"
6. Click "Add Song 4 to list!"
7. Click "Remove Song 1 from list!"
8. Last node is removed from list
**Expected behavior**
"Song 1" is removed from setlist
**Screenshots**

**Environment:**
- Yew version `master`
- Rust version 1.40.0
- OS: macos
- Browser chrome, safari, firefox
**Questionnaire**
- [ ] I'm interested in fixing this myself but don't know where to start
- [ ] I would like to fix and I have a solution
- [ ] I don't have time to fix this right now, but maybe later
Possibly related to #604