lachlanmc
lachlanmc
OK, so even setting something crazy up like this to test then "snapshot" returns twice the number of items!!! const [snapshot, loading, error] = useList( NotRunAfterDelete ? vQry : null);...
wasn't missing anything - seems to be an assumption on how something is going to work in the code. copied the files into my project so I could debug substituting...
Probably a good assumption that all the other slice code in useListReducer will behave in an unpredictable fashion for index < 1 Comments?