falsandtru / pjax-api

The advanced PJAX superior to SPA.
https://falsandtru.github.io/pjax-api/
Apache License 2.0
318 stars 28 forks source link

Uncaught TypeError #36

Closed saraer closed 5 years ago

saraer commented 5 years ago

version: v3.23.0 chrome: 最新版

再現方法

/page でページを開いた後、 /page#name にアクセスする。

結果

Uncaught TypeError: Cannot read property 'title' of null が出ます。 ちなみに jquery版は問題ありませんでした。

falsandtru commented 5 years ago

おそらくhistory.stateを使う他のコードと競合しています。可能であれば検証可能なページを公開してください。

saraer commented 5 years ago

https://falsandtru.github.io/pjax-api/demo/basic/1.html このページを開いた後、アドレスバーに #name と追加して更新すると再現できます。 念の為、タブがこれだけの状態で Chrome と Firefox でこちらでは再現できました。

falsandtru commented 5 years ago

把握しました。後ほど修正します。

falsandtru commented 5 years ago

修正しました。