Why is my Bootstrap 5 navbar not displaying the drop down menu on smaller screens?

In nav walker class file, change all “data-” atrribute to “data-bs-“

Example: change “data-toggle” to “data-bs-toggle”

I fink have only one line to change 😉