You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that pdfLocation gives the complete address of an S3 bucket object, the value needs to be provided to the user in the exact format it comes from the backend.
The text was updated successfully, but these errors were encountered:
So, I handled it on staging, but I think I broke something. Now the "Load More Agendas" is broken. So I need to fix that. I'm not quite sure how I broke that, but it seems I did... unless it was already broken on staging.
It was working the last time I looked at it. It seems for some reason that the reduce method of agendaList in agendas.js doesn’t use the state.agendaItems as an initial value after clicking the load more button. Although it does on initial rendering. state.agendaItems still exists and is defined but the accumulator is undefined.
Hmm, is this something you'd consider working on? Also, possibly updating the libraries... I've got a number of warnings about the need to update a lot of packages.
Now that pdfLocation gives the complete address of an S3 bucket object, the value needs to be provided to the user in the exact format it comes from the backend.
The text was updated successfully, but these errors were encountered: