Getting a StickySidebar is not defined error
aboutdereham opened this issue · 2 comments
aboutdereham commented
I used the example html, css and js code but I can't get the sticky sidebar to stick!
Have a look to https://audio-gear-dev.org/companys7/
Chrome states the errors:
Any idea what might be wrong?
Thanks
Robert
TheBoop commented
I had this issue because I was grabbing the .js file from src folder. That is the pre-compile source code. Grab the same file from dist folder and it should be the distribution file
nfsarmento commented
I had this issue because I was grabbing the .js file from src folder. That is the pre-compile source code. Grab the same file from dist folder and it should be the distribution file
That work for me, thank you.