Debugging - GRIM-Technologies/react-training.adv GitHub Wiki

Task #1

Install the React Developer Tools browser extension for the browser that you use for development.

Task #2

In our application's "Debugging" section, we have a list of users. Each of these users belong to a certain company. If a user works for Microsoft, we've labeled it as "VIP" in the UsersList.jsx file. It seems though that this feature isn't working properly.

Using the React Developer Tools, find out what what the problem is!