Fix various console errors and graphql loading issues (#760)

* Refactor listhook to resolve loading issues
* Fix graphql loading race conditions
* Various console spam
* Fix scene card overlay hierarchy
* Fix modal and manual borders
This commit is contained in:
InfiniteTF
2020-08-28 08:33:19 +02:00
committed by GitHub
parent 9a84726128
commit fef16d7e09
16 changed files with 345 additions and 325 deletions

View File

@@ -66,6 +66,7 @@ export const HoverPopover: React.FC<IHoverPopover> = ({
onMouseEnter={handleMouseEnter}
onMouseLeave={handleMouseLeave}
id="popover"
className="hover-popover-content"
>
{content}
</Popover>