Published
- 1 min read
`service.title` is missing in props validationeslintreact/prop-types
The solution for this is noted below
service.title
is missing in props validationeslintreact/prop-types
Solution
"rules": {
"react/prop-types": "off"
}
Try other methods by searching on the site. That is if this doesn’t work