Skip to content

Remove profile double renders

Aidan requested to merge ad-double-renders into master

Went through the profile display path and changed everything that could cause a double render

Moved all setState(undefined)'s that were at the top of query hooks to the cleanup function (just in case_

Also added naive reference counting-based image URI generation

Merge request reports