Open
Description
Reproduction example
null
Prerequisites
Setting a value to null
programmatically.
Line 24 in 63ac399
Expected behavior
Nothing happens
Actual behavior
TypeError: right hand side of 'in' should be an object, got null
Since EcmaScript returns object
on typeof null
this function is not safe
Line 24 in 63ac399
User-event version
14.6.1
Environment
No response
Additional context
No response