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
I'm trying to use RollbarContext and it's giving me an error on its componentDidMount function as it's trying to access rollbar.options.payload.context (see here). Looking at the rollbar.options object, there's no payload.
I'm trying to use
RollbarContext
and it's giving me an error on itscomponentDidMount
function as it's trying to accessrollbar.options.payload.context
(see here). Looking at therollbar.options
object, there's nopayload
.This is how I'm using the
<RollbarContext>
:I'm using the following versions of the libraries:
[email protected]
@rollbar/[email protected]
The text was updated successfully, but these errors were encountered: