Hi Berkay Ozercan,
The "missing in props validation" message is a warning from tools like ESLint, indicating that the PizzaList component's props (e.g., name, data, onCreate) aren't explicitly validated. While this doesn't cause issues in your current app, it's a best practice to validate props using tools like PropTypes to ensure code reliability. If you'd like to address it, you can add PropTypes validation to define the expected types for each prop. We tried everything from our end, and it works fine without issues. For now, you can safely ignore the warning,
Screenshot attached for your reference:
Please feel free to contact us if you have any additional questions.
If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote" button so that it is useful for other members in the Microsoft Q&A community.