rumkin / pill

Add dynamic content loading to static sites with only 1 KiB of JS
https://rumkin.github.io/pill/
MIT License
383 stars 19 forks source link

Uncaught TypeError: at "onPopState" function #19

Closed r-sp closed 1 year ago

r-sp commented 4 years ago

Cannot read property 'scroll' of undefined at window.scrollTo(0,e.state.scroll||0)

rumkin commented 4 years ago

Rizky, could you provide more information about the bug to help reproduce it: browser version, pill version, link/source?

rumkin commented 4 years ago

Thanks. Pill and History competes for the History API control, what cause the error. I will think how to fix the conflict for awhile.

rumkin commented 3 years ago

Pill definitely would conflict with History.js and it strongly recommended not to use them together.