Commit 5aa2dfc
Fixing to work with more recent versions of TypeScript (#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";
~~~~~~~~~~~~
```1 parent e1f3e04 commit 5aa2dfc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments