Posts by Reactor • 21 points
1 post
- 
		2 votes0 answers128 viewsQ: React-createRef() Api - this.child.Current is nullIn order to allow mine parent component access values of my child component (Display), I started working with the createRef() API that came out in this patch 16.3. Following the example "Adding a…