Hi,
I'm using the roc-package-web-app-react v1.0.0-beta.9. I have installed babel-plugin-flow-react-proptypes v0.21.0 and have this in my package.json:
"babel": {
"env": {
"development": {
"plugins": [
"flow-react-proptypes"
]
}
}
}
In the following screenshot, I use PropTypes as Flow types and the warning only appears in the terminal.

But in that screenshot, I use react PropTypes and I am warned both in the terminal and in the browser viewport and console.

Is it possible to use PropTypes as Flow types and be warned both in the terminal and browser?
Thanks for your input.
Best,