reactjs / react-php-v8js

PHP library that renders React components on the server
Other
1.33k stars 127 forks source link

Issues with react-select #36

Open Mindaugas-Jacionis opened 6 years ago

Mindaugas-Jacionis commented 6 years ago

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 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.