shuding/cobe

Add cleanup to examples

Open

#27 opened on Apr 17, 2022

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

Repository metrics

Stars
 (5,298 stars)
PR merge metrics
 (No merged PRs in 30d)

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