I am having issues with react-select package on SSR. This is one of the common components to use. When I add it on SSR with react-php-v8js I get this error:
V8Js::compileString():38055: TypeError: Cannot read property 'userAgent' of undefined
I was wondering maybe someone had this issue and managed to solve it via config or etc.
Thanks in advance for any help.
Hi,
I am having issues with
react-select
package on SSR. This is one of the common components to use. When I add it on SSR withreact-php-v8js
I get this error:V8Js::compileString():38055: TypeError: Cannot read property 'userAgent' of undefined
I was wondering maybe someone had this issue and managed to solve it via config or etc. Thanks in advance for any help.