Fix some more type errors and turn on TS strict mode
Possible now that svelte2tsx has fixed a few bugs!
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
$: {
|
||||
open =
|
||||
open === undefined && openClosedState !== undefined
|
||||
? match($openClosedState, {
|
||||
? match($openClosedState!, {
|
||||
[State.Open]: true,
|
||||
[State.Closed]: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user