ApryseSDK / webviewer-ui

WebViewer UI built in React
Other
416 stars 354 forks source link

Running latest version project changes throws multiple scss errors #1058

Closed gramirezceg closed 6 months ago

gramirezceg commented 6 months ago

WebViewer version: 10.9

The current behavior: The webviewer-ui project fails to run throwing multiple scss missing variable errors.

The expected behavior: Project should load webviewer development environment when running npm start script.

Steps to reproduce:

The browser auto launches, but multiple errors are shown when the site loads.

image image

bollain commented 6 months ago

Hi @gramirezceg,

Thanks for this report! When the release for 10.9 was cut, several files were missed. I have made a PR to update the branch and have double checked it runs. Please pull the latest changes and let me know if you have any issues.

gramirezceg commented 6 months ago

Hi @bollain,

Can confirm it works now as expected. Thank you!