File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 141141 "version" : " 0.44.1"
142142 },
143143 "dependencies" : {
144- "@sentry/react-native" : " ^6.3.0" ,
145- "lodash" : " ^4.17.21"
144+ "@sentry/react-native" : " ^6.3.0"
146145 }
147146}
Original file line number Diff line number Diff line change 1- import { isEqual } from 'lodash' ;
21import OidcAuthStateStorage , {
32 type OidcAuthState ,
43} from './OidcAuthStateStorage' ;
@@ -206,10 +205,6 @@ export default class Contentpass {
206205 } ;
207206
208207 private changeContentpassState = ( state : ContentpassState ) => {
209- if ( isEqual ( this . contentpassState , state ) ) {
210- return ;
211- }
212-
213208 this . contentpassState = state ;
214209 this . contentpassStateObservers . forEach ( ( observer ) => observer ( state ) ) ;
215210 } ;
Original file line number Diff line number Diff line change @@ -12585,7 +12585,6 @@ __metadata:
1258512585 eslint-config-prettier: ^9.0.0
1258612586 eslint-plugin-prettier: ^5.0.1
1258712587 jest: ^29.7.0
12588- lodash: ^4.17.21
1258912588 prettier: ^3.0.3
1259012589 react: 18.3.1
1259112590 react-native: 0.76.2
You can’t perform that action at this time.
0 commit comments