When is it important to pass props to super(), and why? class MyComponent extends React.Component { constructor(props) { super(); // or super(props) ? ...
-
April 29, 2022
- 0 Comments