react-photoswipe
react-photoswipe copied to clipboard
Cannot read property 'getElementsByTagName' of null
i have two page, page1:index page2:detailsIndex
the photoswipe is used to the page2, when i enter the page2,
click the pic once,console.info
"Uncaught TypeError: Cannot read property 'getElementsByTagName' of null
at Object.options.getThumbBoundsFn (bundle.js:60723)
at PhotoSwipe.
click the pic twice , no response click the pic three times , the dom is clear:
before:
<div class="pswp-thumbnails"><div class="pswp-thumbnail"><img /></div></div>
after:
<div class="pswp-thumbnails"></div>