$FlowFixMe
comments JS-0485The usage of $FlowFixMe
is not preferred. This is especially useful as a warning to ensure instances of $FlowFixMe
in your codebase get fixed over time.
// $FlowFixMe I am doing something evil here
const text = 'HELLO';
const text = 'HELLO';