Problem/Motivation
Whn using custom views template views-view.html.twig, main div attributes are not rendered
Steps to reproduce
Install last Drupal 9
Install Bootstrap 4
Set Bootstrap 4 as default theme
Create a view page
Go to this view page
Look at the source code : the div will be something like '<div class="contextual-region js-view-dom-id-0be0d80269a3d60b24a80358fc3002843d6ef20f60e663b7680209d4b83efe80">', missing view-id etc
Proposed resolution
Don't know yet, debugging
Comments
Comment #2
tahiticlic commentedComment #3
tahiticlic commentedMy mistake, copying the files from another theme, I didn't notice that the custom classes were not set.