Symptom: Sidenav appears during window resize if it was hidden before.
While using Chrome (and possibly others) you can load the sample https://startbootstrap.com/previews/sb-admin and recreate the issue by doing the following:
Click the horizontal bars that hides the menu from view.
Resize your window until the width is less than 994 pixels.
The expected result is that the sidenav stays hidden.
The actual result is that the sidenav comes into view.
The issue does not occur if the sidenav is not hidden during the resize.
I am actively trying to find a workaround to this issue.