-
-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Description
When I try to click on the button in popover trigger, the application crashes.
<Popover
title={'test'}
placement="bottomRight"
trigger="click"
content={
<Form style={{ textAlign: 'center' }}>
<Button onClick={console.log}>test</Button>
</Form>
}>
<Button type="link" className="ant-btn--action" title={'test'}>
test
</Button>
</Popover>
Metadata
Metadata
Assignees
Labels
No labels