react-ab
react-ab copied to clipboard
exceptions on server side rendering
basically trying to use 'window' and 'document' will throw an exception on the server, so wrapping their use with a try/catch and returning default values will sort it (tested it manually and it works)