BAgel helper
How to use the built in BAgel helper utility to be notified of component errors, deprecation warnings and accessibility issues in your pages when developing with BAgel
How to enable
The following snippet needs to be added in to the page before the components have loaded. It's recommended to not enable this in production
<script>
window.BAGEL_HELPER_ENABLED = true
</script>
Test that it's running
When the BAgel helper is enabled you will see a "BAgel Helper enabled" message in the console