Похожие чаты

Does any one know why this is not rendering the

component ? 🤔

import React from 'react';

class Members extends React.Component {
render() {
return (
<div>This is members area</div>
);
}
}

export default Members;

2 ответов

8 просмотров

It's ok put the parent's code

is your render function even being called? put an interruption or a console.log and see if it reaches it.

Похожие вопросы

Карта сайта