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

Svelte - index.mjs:146 Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null #127

Closed
MintyMods opened this issue Sep 15, 2019 · 2 comments
Labels
BUG Something isn't working Client-Side Front end browser side External Dependency TEST Requires testing

Comments

@MintyMods
Copy link
Owner

at detach (index.mjs:146)
at Object.d (Span.svelte:2)
at destroy_component (index.mjs:1235)
at Object.d (ClassAdder.svelte:2)
at destroy_component (index.mjs:1235)
at Object.d (ReadingsList.svelte:72)
at Object.d (Item.svelte:43)
at Object.d (Item.svelte:18)
at destroy_component (index.mjs:1235)
at Object.d (ReadingsList.svelte:72)

@MintyMods MintyMods created this issue from a note in Minty Sensor Server (To do) Sep 15, 2019
@MintyMods
Copy link
Owner Author

sveltejs/svelte#2086

Patch is updating line 145 of 'node_modules/svelte/internal/index.mjs' to

function detach(node) {
	if(node.parentNode) {
		node.parentNode.removeChild(node);
	}
}

@MintyMods MintyMods added BUG Something isn't working Client-Side Front end browser side TEST Requires testing labels Sep 15, 2019
@MintyMods MintyMods added this to High priority in MintySensorServer Bug Tracking Oct 6, 2019
@MintyMods MintyMods changed the title index.mjs:146 Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null Svelte - index.mjs:146 Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null Oct 6, 2019
@MintyMods
Copy link
Owner Author

Closing as issue is no longer reproducible against version 3.13.0-alpha.17

Minty Sensor Server automation moved this from To do to Done Nov 9, 2019
MintySensorServer Bug Tracking automation moved this from High priority to Closed Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working Client-Side Front end browser side External Dependency TEST Requires testing
Development

No branches or pull requests

1 participant