CORE-998: add release field to sentry init #515
Annotations
2 warnings
|
build:
src/components/ErrorBoundary.tsx#L86
React Hook React.useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
build:
src/components/ErrorBoundary.tsx#L86
React Hook React.useEffect has an unnecessary dependency: 'initCalled.current'. Either exclude it or remove the dependency array. Mutable values like 'initCalled.current' aren't valid dependencies because mutating them doesn't re-render the component
|