This repository was archived by the owner on May 16, 2024. It is now read-only.

Description
This is pretty awesome, and looking to put it or maybe slight variant into production.
- Have you had success running in a
mix release and in production?
- We've had an issue related to
console.log statements in JS components causing the ReactRender.render function to fail. Is this a bug? should we try and shim out console.log when running on the server?
- worked around it by wrapping the
console.log in an isBrowser function to ensure it only runs client side, but this is not ideal. (maybe this should be its own issue?)
Thanks for publishing!