Limenius / ReactRenderer

Client and Server-side React rendering from PHP
MIT License
237 stars 37 forks source link

Allow renderer to be null #33

Closed ivanbrykov closed 4 years ago

ivanbrykov commented 5 years ago

When client side rendering is selected, ReactRenderer fails to compile

nacmartin commented 4 years ago

The static renderer, which in its current form was indirectly causing this issue, has been wiped out and transformed into an option cached. That was causing this issue. So this is now (with a different solution).

Thanks for the PR nonetheless 👍