Replies: 2 comments 4 replies
-
Hey there @jldayhoff , thanks for opening this discussion! I'll be making a codesandbox so I can better test, but the first thing that jumps out to me is the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using the following code in a React function. The Astro notification is always displayed. I only want it displayed on an error and have the user close the notification. I even set 'open' to 'false' , but it still renders the notification. Any help is appreciated.
<RuxNotification className='aem-rux-notification' message='' open={showError} small='True' status='critical' ruxclosed = {(e) => { closeNotification(); }}> </RuxNotification>
Beta Was this translation helpful? Give feedback.
All reactions