Commit d00b812
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 737d221 commit d00b812
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | 289 | | |
294 | 290 | | |
295 | 291 | | |
| |||
376 | 372 | | |
377 | 373 | | |
378 | 374 | | |
379 | | - | |
380 | 375 | | |
381 | 376 | | |
382 | 377 | | |
| |||
397 | 392 | | |
398 | 393 | | |
399 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
400 | 399 | | |
401 | 400 | | |
402 | 401 | | |
| |||
0 commit comments