You have been tasked with analyzing a piece of code containing the use of popovers in a Bootstrap 4 page. The code implements the following operations:
1. A popover is triggered on the a hidden element X on the page
2. A button group used in the popover is specified without a container: ‘body’
Which of these operations are likely to lead to issues in the given scenario?
Options
- Only 1
- Only 2
- Both 1,2
- None of these