A component for building a Question actions, using the defaultAction
as the Popup.PrimaryAction
NOTE: We use the Popup component for displaying a question, wrapping its actions inside a
Popup.Actions component, which must be an immediate child of Popup. That's why we use
React.Fragment (aka <>) here for wrapping the actions instead of directly using the Popup.Actions.
A component for building a Question actions, using the defaultAction as the Popup.PrimaryAction
NOTE: We use the Popup component for displaying a question, wrapping its actions inside a Popup.Actions component, which must be an immediate child of Popup. That's why we use React.Fragment (aka <>) here for wrapping the actions instead of directly using the Popup.Actions.