This is getting challenging. The way I'm adding the callback, it seems to be remembering the state of the component when I originally clicked on the history item.
So when I shift-click on the item, it only has the history in memory before I originally added it to the history.
So it's incomplete.
Need to find a better way or update the FPSTile element to just accept the callback at the top level.
NOTE:
This is getting challenging. The way I'm adding the callback, it seems to be remembering the state of the component when I originally clicked on the history item.
So when I shift-click on the item, it only has the history in memory before I originally added it to the history. So it's incomplete.
Need to find a better way or update the FPSTile element to just accept the callback at the top level.