JorisCodePeople

Results 2 comments of JorisCodePeople

I have a similar problem. `` in the template does get translated to `` in the DOM, but my component is not rendering. Component code (/controllers/FirstComponent.jsx): ``` import React, {...

I have solved my problem. It turns out I didn't install the encore recipe correctly, and therefore didn't include `bootstrap.js` in my app.js file. From there it was a matter...