moderator-toolbox-nxg-for-reddit / modules/removalreasons/components/MountEffect
modules/removalreasons/components/MountEffect¶
Functions¶
MountEffect()¶
MountEffect(
__namedParameters):null
Defined in: extension/data/modules/removalreasons/components/MountEffect.tsx:15
Renders nothing; runs effect once on mount and its returned cleanup on unmount.
Bridges a renderAtLocation renderer’s lifetime into an imperative DOM side-effect
without putting that DOM logic inside the component.
Parameters¶
__namedParameters¶
MountEffectProps
Returns¶
null