Jquery placement bug

The issue here seems to be that you add bootstrap 4 to your page, and it auto adds jquery slim as the first script in the head, then you add App Connect, while building your page and using various components, they all add their .js files to the head.
Sometimes you realise 20 hours into your build that you need to do something that requires the full jquery, so you go to the App Structure and swap out the slim version for the full version, but the full version gets added under all the other scripts and causes errors until you manually move it back to the top of the head.

Community Page
Last updated: