shuding/cobe

Add cleanup to examples

Open

#27 opened on Apr 17, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (5,298 stars) (299 forks)user submission
good first issuehelp wanted

Description

The vue and svelte version examples do not have any sort of cleanup when components unmount. There needs to be a call to .destroy() to avoid memory leak.

Contributor guide