You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
it was probably supposed to be passed through explicitly and got missed. thanks for catching that @cdaringe.
hope the new gig is going well and that you're "rolling back the technical debt' #badjoke #sorrynotsorry
problem
the prop
selectedNotification
gets passed thru to the element here: https://github.com/Tripwire/octagon/blob/master/src/components/Notification/NotificationBody.jsx#L44this is invalid, and should be handled. one option could be to wire up https://github.com/layershifter/babel-plugin-transform-react-handled-props. I'm a little iffy on that though. it's a bit of hidden magic and probably isn't super TS friendly. it's not too much effort/cost to just handle these
The text was updated successfully, but these errors were encountered: