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
I updated my react version and now, the Vimeo component show this error when I click to go to previous or next page:
"Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node."
My Vimeo component is in a function that render different types of content:
I updated my react version and now, the Vimeo component show this error when I click to go to previous or next page:
"Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node."
My Vimeo component is in a function that render different types of content:
{item.type === 'video' && item.vimeo && (
//component Vimeo
)}
React version: 16.14.0
The text was updated successfully, but these errors were encountered: