Error loading dash dependencies

Does anyone know why this problem would still persist?

My callback structure is as such:

Callback1
–> Output to hidden div --> Output to dropdown
–> Output to change tab

Callback 2
–> Output to hidden div --> Output to dropdown

This way I don’t have to output anything to ‘change tab’ when I use callback 2
But apparently dash doesn’t like this I’m not sure why