Rendering issue
When trying to render the same JSX stored in state to the screen twice at the same time. It only renders one of the JSX elements.
The JSX is passed as props to the component and is stored in an accessor function returned from the createReducer primitive. I am doing something wrong?
The JSX is passed as props to the component and is stored in an accessor function returned from the createReducer primitive. I am doing something wrong?
