我正在嘗試使用ReactJS的流程。我需要爲道具兒童添加類型。文章(https://flow.org/en/docs/frameworks/react/)沒有提到任何關於它的內容。
我發現了很多使用ReactElement的例子(例如https://github.com/facebook/flow/issues/1964)。但流量說identifier ReactElement. Could not resolve name
。我使用React $元素< *>,它的工作原理。
這個問題。 React $ Element和ReactElement有什麼不同?我在哪裏可以找到有關React $ Element的信息?流量搜索類型定義在哪裏。