arrow_backBACK TO DRILLS
Blue BeltecosystemPREMIUM
React Passes Unrecognized HTML Attributes Like the Popover API Directly Through to the DOM
A developer wants to use the native HTML Popover API on a button and a div in a React component, using the popover, popovertarget, and popovertargetaction attributes, none of which are part of React's older built-in JSX type definitions.
What determines whether these native Popover API attributes will actually work when used in JSX?