Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{text.length ? (
<pre>{text}</pre>
) : (
)}
<p>and other interactions like toast :)</p>
<p>
addNotice(NOTICE_MESSAGE)}>Click me
</p>
)
}
export default withNotice(SomeStats)