We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33f77a commit 479d3b1Copy full SHA for 479d3b1
2 files changed
.size-limit.cjs
@@ -27,6 +27,6 @@ module.exports = [
27
path: './dist/index.js',
28
webpack: true,
29
import: '{ Button }',
30
- limit: '106kB',
+ limit: '107kB',
31
},
32
];
src/components/Root.tsx
@@ -22,6 +22,9 @@ import { OverlayProvider } from './overlays/Notifications/OverlayProvider';
22
import { PortalProvider } from './portal';
23
24
configure({
25
+ gc: {
26
+ auto: true,
+ },
colorSpace: 'rgb',
units: {
x: 'var(--gap)',
0 commit comments