Skip to content

Commit 479d3b1

Browse files
authored
chore: update tasty (#1114)
1 parent f33f77a commit 479d3b1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.size-limit.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ module.exports = [
2727
path: './dist/index.js',
2828
webpack: true,
2929
import: '{ Button }',
30-
limit: '106kB',
30+
limit: '107kB',
3131
},
3232
];

src/components/Root.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ import { OverlayProvider } from './overlays/Notifications/OverlayProvider';
2222
import { PortalProvider } from './portal';
2323

2424
configure({
25+
gc: {
26+
auto: true,
27+
},
2528
colorSpace: 'rgb',
2629
units: {
2730
x: 'var(--gap)',

0 commit comments

Comments
 (0)