littlepsylo
Results
1
issues of
littlepsylo
When using this component with server side rendering, this error occured: > ReferenceError: window is not defined This is when you check about touch device: ``` javascript this.isTouchDevice = window['ontouchstart']...