In Bootstrap tab component, nav-link should be a button as suggested in the Bootstrap Docs:
As a best practice, we recommend using <button> elements for the tabs, as these are controls that trigger a dynamic change, rather than links that navigate to a new page or location.
It should be like this: <button class="nav-link active" id="navTabs1_1_tab" data-bs-toggle="tab" data-bs-target="#navTabs1_1" role="tab" aria-controls="navTabs1_1" aria-selected="true">Home</button>
Now I have the same problem, everywhere I use Tabs - I have a suspicion that this happened after I switched to the Beta channel and back to Stable. In general, it seems that when switching back, not everything returns to its original state, as for example here it is clearly visible in the interface
I meant that perhaps the root cause of the fact that it stopped working lies at some more general level. I hope they find it and fix it. Force update unfortunately did not solve the problem.
Perhaps it was just a coincidence, but it is suspicious that all the problems appeared at the same time after switching between channels, before that everything worked.
It’s not my case @vv-a2007
In this issue it’s enough to add tabs with nav component and won’t work until change the <a> tag and replace it to <button>. Maybe it’s a bootstrap thing.
But do you have something I can try for you?
The issue here is caused by a conflict between the tabs and the bootstrap navigation script, it’s not about using <a> or <button> for the tabs. Using <a> is perfectly fine and not wrong.
This will be fixed in the next update.