ِAmani Khalifa

Results 5 comments of ِAmani Khalifa

@mcr431 I'm having the same issue, were you able to fix it ? This is my code: ```javascript import React from "react" import PropTypes from "prop-types" class HelloWorld extends React.Component...

thanks @mcr431 @BookOfGreg @timomeh can anyone help with this ?

@timomeh the issue is that onClick action is not attached to the button, so only `the button was clicked Hi` is logged, but nothing happens when I click the button....

@timomeh it seems I didn't correctly understand the question. thanks for your answer, I'm already using React DevTools, but it doesn't detect react running in my rails app. By the...

@timomeh it's logged in the browser console. nothing from reactjs is logged in the terminal. don't I need to set some configuration for the server-side rendering to work ? I...