Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
style={style} // style comes from Transition
>
{children}
,
attachTo
)
: null;
}
}
export default withModalHandlers(Popout, { transition: springDown });
>
{content}
);
})}
,
attachTo
);
} else {
return null;
}
}
}
export default withModalHandlers(Dropdown, { transition: slideDown });