Commit 560e56d
committed
Update
Preact's latest typings allow setting popover to a boolean value, but this still
renders `popover="true"` and "true" is an invalid value. Instead set the value
to "auto" which is the default value [1].
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popoverpopover declaration for compatibility with Preact typings1 parent 1f1606d commit 560e56d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments