Posts by Janio Carvalho • 13 points
1 post
-
1
votes1
answer23
viewsQ: I cannot use defaultProps in React
I’m a beginner in React, and I’m trying to set a default value for a prop if it’s not passed, but it’s not working. Title.js import React, { Component } from 'react'; export default class Title…