UIDatePicker CALayerInvalidGeometry crash iOS17

Started getting this error on iOS 17 Using "input type =MONTH" at WKWebView.

Any Ideas?

Fatal Exception: CALayerInvalidGeometry CALayer bounds contains NaN: [0 0; 334 nan]. Layer: <CALayer:0x28275dec0; position = CGPoint (96.5 149); bounds = CGRect (0 0; 0 0); delegate = <_UIDatePickerOverlayPlatterView: 0x1217270b0; frame = (96.5 149; 0 0); transform = [0, 0, 0, 0, 0, 0]; layer = <CALayer: 0x28275dec0>>; sublayers = (<CALayer: 0x28275ea80>, <CALayer: 0x28275fe40>); opaque = YES; transform = CATransform3D (0 0 0 0; 0 0 0 0; 0 0 1 0; 0 0 0 1)>

Fatal Exception: CALayerInvalidGeometry 0 CoreFoundation 0xed5e0 __exceptionPreprocess 1 libobjc.A.dylib 0x2bc00 objc_exception_throw 2 CoreFoundation 0x1723a4 -[NSException initWithCoder:] 3 QuartzCore 0x2fef0 CA::Layer::set_bounds(CA::Rect const&, bool) 4 QuartzCore 0x2fdf8 -[CALayer setBounds:] 5 UIKitCore 0x63d58 -[UIView _backing_setBounds:] 6 UIKitCore 0x62878 -[UIView(Geometry) setBounds:] 7 UIKitCore 0x11aa910 -[_UIDatePickerOverlayPresentation _presentNewDatePicker:] 8 UIKitCore 0x11a9b78 __64-[_UIDatePickerOverlayPresentation presentDatePicker:onDismiss:]_block_invoke 9 UIKitCore 0x11aa5a8 __81-[_UIDatePickerOverlayPresentation _prepareDatePickerPresentationWithCompletion:]_block_invoke 10 UIKitCore 0x1298f0 -[UIPresentationController transitionDidFinish:] 11 UIKitCore 0x6cc1f8 -[_UICurrentContextPresentationController transitionDidFinish:] 12 UIKitCore 0x1293ac __56-[UIPresentationController runTransitionForCurrentState]_block_invoke.111 13 UIKitCore 0x1291d8 -[_UIViewControllerTransitionContext completeTransition:] 14 UIKitCore 0xab924 -[_UIAfterCACommitBlock run] 15 UIKitCore 0xab708 -[_UIAfterCACommitQueue flush] 16 libdispatch.dylib 0x26a8 _dispatch_call_block_and_release 17 libdispatch.dylib 0x4300 _dispatch_client_callout 18 libdispatch.dylib 0x12998 _dispatch_main_queue_drain 19 libdispatch.dylib 0x125b0 _dispatch_main_queue_callback_4CF 20 CoreFoundation 0x379bc CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE 21 CoreFoundation 0x346c8 __CFRunLoopRun 22 CoreFoundation 0x33e18 CFRunLoopRunSpecific 23 GraphicsServices 0x35ec GSEventRunModal 24 UIKitCore 0x22f350 -[UIApplication _run] 25 UIKitCore 0x22e98c UIApplicationMain

UIDatePicker CALayerInvalidGeometry crash iOS17
 
 
Q