My code:
export type ContextTypes = {
query: { [string]: string },
};
It is built fine, but when I run on a browser, the error log below appears:
Warning: Failed prop type: propValue.hasOwnProperty is not a function
Reference: Objects as maps in Flow Types
My code:
It is built fine, but when I run on a browser, the error log below appears:
Reference: Objects as maps in Flow Types