You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing Framework and version: @storybook/test@npm:8.4.7
DOM Environment:
Chrome: Error "Failed to construct 'DragEvent': Failed to read the 'dataTransfer' property from 'DragEventInit': Failed to convert value to 'DataTransfer'."
Firefox: Error "DragEvent constructor: 'dataTransfer' member of DragEventInit does not implement interface DataTransfer."
@testing-library/dom
version: 10.4.0@storybook/test@npm:8.4.7
Following the docs for
fireEvent
, I tried the following:Which gives me this error:
If I create the event manually like so then this works:
The text was updated successfully, but these errors were encountered: