Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 775 Bytes

TOOLS.md

File metadata and controls

19 lines (12 loc) · 775 Bytes

Debug tools

  • React devtools (Do NOT download the Chrome extension version. It will not work)
    • npm install -g react-devtools to install and react-devtools to run

Visual Studio Code

Suggested extensions

Fix Flow types not recognized

  • Download the Flow plugin for VS Code and change the following workspace settings:
  1. javascript.validate.enable to false
  2. flow.useNPMPackagedFlow to true