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
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,34 @@ Installation
18
18
ember install ember-container-query
19
19
```
20
20
21
+
<details>
22
+
<summary>Use FastBoot? ⚠️</summary>
23
+
24
+
This addon uses nullish coalescing operator `??`. When you use [FastBoot](https://github.com/ember-fastboot/ember-cli-fastboot) and only support [browsers that natively support `??`](https://v8.dev/features/nullish-coalescing#support), you may run into a build error.
0 commit comments