Dennis Tang
Results
2
comments of
Dennis Tang
You need to set the `SYMFONY__ENV__DOMAIN_NAME` variable so that the CSS/JS assets are loaded properly.
Were you able to get it working with CRA 1.3.1 with the example code? Specifically, this isn't working for me: ``` const App = ({ children }) => ( {children}...