import React from 'react'; import { Tooltip } from 'antd'; const App: React.FC = () => ( Dom will destroyed when Tooltip close ); export default App;