Showing state being passed into useIdeState dispatch middleware to change ideType.

This commit is contained in:
Frank Noirot
2021-03-04 23:06:07 -05:00
parent 3f03cb375d
commit 661797b9a3
6 changed files with 70 additions and 9 deletions

View File

@@ -9,7 +9,8 @@ const IdeViewer = () => {
<div>
I should be showing an{' '}
<span className="font-mono uppercase">{state.objectData?.type}</span>{' '}
right now
right now with the data{' '}
<span className="font-mono uppercase">{state.objectData?.data}</span>{' '}
</div>
</div>
)