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

Preact devtools: "Node was Deleted" when any component is edited. #229

Open
glomotion opened this issue Oct 12, 2017 · 1 comment
Open
Labels

Comments

@glomotion
Copy link

glomotion commented Oct 12, 2017

screen shot 2017-10-12 at 12 21 30 pm

Hey there! It seems with the current state of this boilerplate repo, when running "yarn dev" and updating any of the preact components, ReactDev tools loses it's node binding (see screenshot).

Steps to replicate:
1- checkout repo
2- $ yarn install
3- $ yarn dev
4- open instance in browser and inspect any element in ReactDevTools
5- edit any of the components, eg. /components/header/index.js
6- save
7- ReactDevTools removes the node, and simply displays "Node was deleted".

FYI, i've also tried updating Webpack, Webpack-dev-server and Preact to the very latest versions. No joy.
"preact": "^8.2.5",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.1"

@developit
Copy link
Owner

Could be a recycling issue.

@developit developit added the bug label Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants