Sean Price
Results
2
comments of
Sean Price
I'm having a similar issue, and I can break it down very simply. When using `useState`, CRA correctly identifies that the second element in the returned array (the setter) does...
Here's what I've found: ``` import { useContext, useState } from 'react'; import { useRollbar, Context as RollbarContext } from '@rollbar/react'; export const RollbarNotifier = () => { const rollbar...