Refactors Setup.tsx to better conform to the React way of doing things - specifically moving render functions into standalone components, using a context to consolidate reused data.
Fixes issue where entering text into the input fields would de-focus the field, making input very annoying.
Refactors
Setup.tsx
to better conform to the React way of doing things - specifically moving render functions into standalone components, using a context to consolidate reused data.Fixes issue where entering text into the input fields would de-focus the field, making input very annoying.