Sensemakers infrastructure for developing AI-based tools for semantic annotations of social posts. Cross-poster app to publish your semantic posts on different networks.
@pepoospina there is some strange behaviour with the OverlayContext. I think because it is nested. It exists at the Feed and User Page level, but also in each specific overlay component (RefOverlay for example). So it seems what ends up happening is that the overlay state gets reset once a new overlay is set. I tried removing the OverlayContext components in each of the specific overlay components, but then it lost the ability to track the nesting of overlays.
…gregated labels
@pepoospina there is some strange behaviour with the
OverlayContext
. I think because it is nested. It exists at the Feed and User Page level, but also in each specific overlay component (RefOverlay
for example). So it seems what ends up happening is that the overlay state gets reset once a new overlay is set. I tried removing theOverlayContext
components in each of the specific overlay components, but then it lost the ability to track the nesting of overlays.