spand
08/18/2023, 9:39 AMreturn (
<button {...listeners}>
{props.children}
</button>
);
spand
08/18/2023, 10:24 AMObject.assign(this, listeners)
for this purpose instead.turansky
08/18/2023, 11:41 AMturansky
08/18/2023, 11:42 AMbutton {
+otherProps
+props.children
}
spand
08/18/2023, 12:35 PM