I'm trying to prerender my react app server side but I came accross a problem:
as soon as I require('algoliasearch')
I get ReferenceError: XMLHttpRequest is not defined
I tried to use faux-jax to mock XMLHttpRequest
but then I get TypeError: Cannot read property '0' of undefined
And after all I don't think that's the way to go.
Any idea on this problem?