問題タブ [preact]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reactjs - 再レンダリング後に HOC で定義されていない子コンポーネントに反応する
高次コンポーネントをクレートし、「componentDidMount」にロジックを追加してから、「this.setState({});」を介して強制的に更新したいと考えています。しかし、setState({}) が起動された後、次の props (render メソッド内) は emty object{}
になり、this.props.children
未定義になります。
何故ですか ?
コンソールに次のような出力が表示されます。