flask-navigation
flask-navigation copied to clipboard
initializer may be executed multiple times
With the Flask reloader in development, the app context may be pushed many times. It may cause the initializer
function of NavigationBar
be executed multiple times.