I'm trying to get the rather nifty Peel-back Hotspot component working, but I'm having a few issues in the AT.
I've got it working in Framework (v2.1.2). (As an aside I've found that in your components.json you should edit the example.json provided to omit speech marks around pin positions and set "_isInfoBoxAriaOnly": false
to display the items).
When I use the same assets and values in the AT, the course previews, but the page containing the component never loads. The console reports:
Uncaught The component '593e27b97c73ea8c097297ef' ('peelBackHotspot') has not been installed, and so is not available in your project.
Comparing both the framework and AT export components.json it looks to be a problem with capitalisation of the the component name. The AT produces "_component": "peelBackHotspot"
when it should be peelbackhotspot
. Does bower.json need to be updated?
Stephen