Skip to content

Commit d21a428

Browse files
feat(memory-leaks): remove elements from the window root (#58)
* feat(memory-leaks): remove elements from registries when unobserve is called, clear default root * run CI on PRs * fix lint --------- Co-authored-by: Chris Manson <chris@manson.ie>
1 parent 514ddae commit d21a428

7 files changed

Lines changed: 267 additions & 544 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: CI
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request: {}
49

510
jobs:
611

0 commit comments

Comments
 (0)