AlaskaAirlines / auro-sidenav

Custom element that provides users a way to create navigational interfaces
https://auro.alaskaair.com/components/auro/sidenav
Apache License 2.0
0 stars 1 forks source link

Incorrect ref path #28

Closed blackfalcon closed 3 months ago

blackfalcon commented 3 months ago

Please verify the version of auro-sidenav you have installed

@latest

Please describe the bug

See this code:

https://github.com/AlaskaAirlines/auro-sidenav/blob/51e9d8fd4fc3cf284ef8c871256dfbb1cf6f9325/src/auro-sidenavsection.js#L6

The requested JS is NOT in the ./dist directory

Reproducing the error

None

Expected behavior

When working with this dependency, my project builds as expected.

What browsers are you seeing the problem on?

No response

Additional context

This was discovered while doing work on the Auro doc site. What I don't understand is;

  1. Locally there are no build issues
  2. When hot-clicking on the ref code VSCode takes me to the JS ref in the ./src directory.

When I manually update the path to ./src versus ./dist in the Doc site node packages, the project builds as expected.

Exit criteria

This issue can be closed once the correct path has been updated in the import ref.

blackfalcon commented 3 months ago

This is a HOT FIX update and requires this update be applied to the BETA branch once released.