handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: inject symbol.dispose

Mary 991ead37 18019ffe

+4
+4
src/main.tsx
··· 19 19 return <Shell />; 20 20 }; 21 21 22 + if (Symbol.dispose === undefined) { 23 + Object.defineProperty(Symbol, 'dispose', { value: Symbol.for(`Symbol.dispose`) }); 24 + } 25 + 22 26 render(App, document.body);