You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing to work with more recent versions of TypeScript (marcj#243)
Without this change I get this error from TypeScript:
```
Module '"node_modules/css-element-queries/src/ResizeSensor"' has no default export.
24 import ResizeSensor from "css-element-queries/src/ResizeSensor";
~~~~~~~~~~~~
```
0 commit comments