Fix more stuff, particularly event handlers
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
let {...props}: Props = $props()
|
||||
const {...props}: Props = $props()
|
||||
|
||||
const toggle = () => {
|
||||
isOpen = !isOpen
|
||||
|
||||
Reference in New Issue
Block a user