0.0.3: Exotic Type Gymnastics #3
|
@ -507,7 +507,8 @@ function processElementWithItemContext(
|
|||
$el: element,
|
||||
setState: context.setState,
|
||||
getState: context.getState,
|
||||
triggerFunc: context.triggerFunc(eventName, event)
|
||||
triggerFunc: (eventName: string, ...args: unknown[]) =>
|
||||
context.triggerFunc(eventName, ...args),
|
||||
}
|
||||
|
||||
// Execute the expression
|
||||
|
|
Loading…
Reference in New Issue
Block a user