you could try to add onClick conditionally:
onClick
<div {...!disabled && {onClick}}>{children}</div>
this way there will not be onClick added to the div if it is disabled