joseluisq / joseluisq/hyperapp-starter
HMR results in duplicate elements
Open
- Dominant language
- TypeScript
- Stars
- 41
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce:
1. Clone repo from current [master branch commit](
https://github.com/joseluisq/tslint-config-standard-plus/commit/d0f0966bf9d45316991f5ef9f1f16505732361be)
2. `yarn` and `npm start`
2. Edit `src/App.tsx`
3. Cut line 13 (`Logo` element) and save file
4. Observe that logo disappears in browser
5. Paste to restore `Logo` element back at line 13 and save file
6. Observe duplicate logo elements in browser

(Strangely, after saving the file a third time, the duplicate logos disappear, and the app looks right again.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.