I had done what has been told in the user guide of owl-carousel but I am getting this Server Error ReferenceError: window is not defined. I think there is a problem with the plugin or in config.next
please help me what should I do
I had done what has been told in the user guide of owl-carousel but I am getting this Server Error ReferenceError: window is not defined. I think there is a problem with the plugin or in config.next
please help me what should I do
Move the slider initialization code to componentDidMount() or useEffect if you are using hooks.