custom component registration breaks in surge demos #20
Labels
auro-library
not-reviewed
Issue has not been reviewed by Auro team members
Type: Bug
Bug or Bug fixes
Please describe the bug
http://alaskaairlines-auro-accordion-jbaker-newaccordian.surge.sh/demo/
in auro-accordion#77Reproducing the error
None
Expected behavior
The demo works and successfully registers components to a custom name.
What browsers are you seeing the problem on?
No response
Additional context
The issue seems to be coming from surge struggling to consume all the modules that
../index.js
is dependent on.A potential solution would be to update
useBundles.js
to change the code snippet that completes the custom registration to depend on the bundles instead of../index.js
.Exit criteria
The custom registration demo works on surge created pages.
The text was updated successfully, but these errors were encountered: