Problem: I would like to know how to delete unused Views so they don't appear in the list of Views in the Block Editor.
Solution: You must enable the legacy Views editor experience in Toolset > Settings > General, then a Views menu item will appear where you can delete individual Views.
Problem:
Trying to creating a view with a repeatable group but no results are showing.
Solution:
To display the repeating field group belongs to specific post you will require nested views where one view we will require to query the Show Dates post type and one view to query the related Show repeating field group items.
Problem: I'm using a custom tab solution to display a View inside a tab panel that is hidden upon page load. An Image Slider included in the View does not appear when I click the tab to expose the tab panel containing the View. If I resize the browser window, the Image Slider appears.
Solution: You may need custom code here. Use JavaScript to trigger a window resize event manually when the tab change event has occurred.