Change callback prop return type from `any` to `void`
This ensures that the component doesn't attempt to call the prop and use the result.
Showing
Please register or sign in to comment
This ensures that the component doesn't attempt to call the prop and use the result.