
 
 >   c l i e n t @ 0 . 1 . 0   l i n t 
 
 >   e s l i n t 
 
 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ a d m i n \ p a g e . t s x 
 
     3 0 : 5     e r r o r     E r r o r :   C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   c a n   t r i g g e r   c a s c a d i n g   r e n d e r s 
 
 
 
 E f f e c t s   a r e   i n t e n d e d   t o   s y n c h r o n i z e   s t a t e   b e t w e e n   R e a c t   a n d   e x t e r n a l   s y s t e m s   s u c h   a s   m a n u a l l y   u p d a t i n g   t h e   D O M ,   s t a t e   m a n a g e m e n t   l i b r a r i e s ,   o r   o t h e r   p l a t f o r m   A P I s .   I n   g e n e r a l ,   t h e   b o d y   o f   a n   e f f e c t   s h o u l d   d o   o n e   o r   b o t h   o f   t h e   f o l l o w i n g : 
 
 *   U p d a t e   e x t e r n a l   s y s t e m s   w i t h   t h e   l a t e s t   s t a t e   f r o m   R e a c t . 
 
 *   S u b s c r i b e   f o r   u p d a t e s   f r o m   s o m e   e x t e r n a l   s y s t e m ,   c a l l i n g   s e t S t a t e   i n   a   c a l l b a c k   f u n c t i o n   w h e n   e x t e r n a l   s t a t e   c h a n g e s . 
 
 
 
 C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   b o d y   c a u s e s   c a s c a d i n g   r e n d e r s   t h a t   c a n   h u r t   p e r f o r m a n c e ,   a n d   i s   n o t   r e c o m m e n d e d .   ( h t t p s : / / r e a c t . d e v / l e a r n / y o u - m i g h t - n o t - n e e d - a n - e f f e c t ) . 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ a d m i n \ p a g e . t s x : 3 0 : 5 
 
     2 8   | 
 
     2 9   |       u s e E f f e c t ( ( )   = >   { 
 
 >   3 0   |           f e t c h U s e r s ( ) ; 
 
           |           ^ ^ ^ ^ ^ ^ ^ ^ ^ ^   A v o i d   c a l l i n g   s e t S t a t e ( )   d i r e c t l y   w i t h i n   a n   e f f e c t 
 
     3 1   |       } ,   [ ] ) ; 
 
     3 2   | 
 
     3 3   |       c o n s t   h a n d l e T i e r C h a n g e   =   a s y n c   ( u s e r I d :   s t r i n g ,   n e w R o l e :   s t r i n g )   = >   {     r e a c t - h o o k s / s e t - s t a t e - i n - e f f e c t 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ a d m i n \ s e t t i n g s \ p a g e . t s x 
 
     1 6 : 5     e r r o r     E r r o r :   C a n n o t   a c c e s s   v a r i a b l e   b e f o r e   i t   i s   d e c l a r e d 
 
 
 
 ` f e t c h S e t t i n g s `   i s   a c c e s s e d   b e f o r e   i t   i s   d e c l a r e d ,   w h i c h   p r e v e n t s   t h e   e a r l i e r   a c c e s s   f r o m   u p d a t i n g   w h e n   t h i s   v a l u e   c h a n g e s   o v e r   t i m e . 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ a d m i n \ s e t t i n g s \ p a g e . t s x : 1 6 : 5 
 
     1 4   | 
 
     1 5   |       u s e E f f e c t ( ( )   = >   { 
 
 >   1 6   |           f e t c h S e t t i n g s ( ) ; 
 
           |           ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^   ` f e t c h S e t t i n g s `   a c c e s s e d   b e f o r e   i t   i s   d e c l a r e d 
 
     1 7   |       } ,   [ ] ) ; 
 
     1 8   | 
 
     1 9   |       c o n s t   f e t c h S e t t i n g s   =   a s y n c   ( )   = >   { 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ a d m i n \ s e t t i n g s \ p a g e . t s x : 1 9 : 3 
 
     1 7   |       } ,   [ ] ) ; 
 
     1 8   | 
 
 >   1 9   |       c o n s t   f e t c h S e t t i n g s   =   a s y n c   ( )   = >   { 
 
           |       ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 
 
 >   2 0   |           t r y   { 
 
           |   ^ ^ ^ ^ ^ ^ ^ ^ ^ 
 
 >   2 1   |               c o n s t   r e s   =   a w a i t   a p i . g e t ( ' / a d m i n / s e t t i n g s ' ) ; 
 
           |   ^ ^ ^ ^ ^ ^ ^ ^ ^ 
 
 >   2 2   |               s e t S e t t i n g s ( r e s . d a t a ) ; 
 
           |   ^ ^ ^ ^ ^ ^ ^ ^ ^ 
 
 >   2 3   |           }   c a t c h   ( e r r )   { 
 
           |   ^ ^ ^ ^ ^ ^ ^ ^ ^ 
 
 >   2 4   |               c o n s o l e . e r r o r ( e r r ) ; 
 
           |   ^ ^ ^ ^ ^ ^ ^ ^ ^ 
 
 >   2 5   |           } 
 
           |   ^ ^ ^ ^ ^ ^ ^ ^ ^ 
 
 >   2 6   |       } ; 
 
           |   ^ ^ ^ ^ ^   ` f e t c h S e t t i n g s `   i s   d e c l a r e d   h e r e 
 
     2 7   | 
 
     2 8   |       c o n s t   h a n d l e I n p u t C h a n g e   =   ( k e y :   s t r i n g ,   n e w V a l u e :   s t r i n g )   = >   { 
 
     2 9   |           s e t S e t t i n g s ( p r e v   = >   p r e v . m a p ( s   = >   s . k e y   = = =   k e y   ?   {   . . . s ,   v a l u e :   n e w V a l u e   }   :   s ) ) ;     r e a c t - h o o k s / i m m u t a b i l i t y 
 
     5 7 : 7     e r r o r     E r r o r :   C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   c a n   t r i g g e r   c a s c a d i n g   r e n d e r s 
 
 
 
 E f f e c t s   a r e   i n t e n d e d   t o   s y n c h r o n i z e   s t a t e   b e t w e e n   R e a c t   a n d   e x t e r n a l   s y s t e m s   s u c h   a s   m a n u a l l y   u p d a t i n g   t h e   D O M ,   s t a t e   m a n a g e m e n t   l i b r a r i e s ,   o r   o t h e r   p l a t f o r m   A P I s .   I n   g e n e r a l ,   t h e   b o d y   o f   a n   e f f e c t   s h o u l d   d o   o n e   o r   b o t h   o f   t h e   f o l l o w i n g : 
 
 *   U p d a t e   e x t e r n a l   s y s t e m s   w i t h   t h e   l a t e s t   s t a t e   f r o m   R e a c t . 
 
 *   S u b s c r i b e   f o r   u p d a t e s   f r o m   s o m e   e x t e r n a l   s y s t e m ,   c a l l i n g   s e t S t a t e   i n   a   c a l l b a c k   f u n c t i o n   w h e n   e x t e r n a l   s t a t e   c h a n g e s . 
 
 
 
 C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   b o d y   c a u s e s   c a s c a d i n g   r e n d e r s   t h a t   c a n   h u r t   p e r f o r m a n c e ,   a n d   i s   n o t   r e c o m m e n d e d .   ( h t t p s : / / r e a c t . d e v / l e a r n / y o u - m i g h t - n o t - n e e d - a n - e f f e c t ) . 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ a d m i n \ s e t t i n g s \ p a g e . t s x : 5 7 : 7 
 
     5 5   |       u s e E f f e c t ( ( )   = >   { 
 
     5 6   |           i f   ( c a t e g o r i e s . l e n g t h   >   0   & &   ! a c t i v e T a b )   { 
 
 >   5 7   |               s e t A c t i v e T a b ( c a t e g o r i e s [ 0 ] ) ; 
 
           |               ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^   A v o i d   c a l l i n g   s e t S t a t e ( )   d i r e c t l y   w i t h i n   a n   e f f e c t 
 
     5 8   |           } 
 
     5 9   |       } ,   [ c a t e g o r i e s ,   a c t i v e T a b ] ) ; 
 
     6 0   |                                                                                                                                                                                                                                                                                       r e a c t - h o o k s / s e t - s t a t e - i n - e f f e c t 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ c o m p a n y \ a b o u t \ p a g e . t s x 
 
     2 7 : 6 5     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ c o m p a n y \ c a r e e r s \ p a g e . t s x 
 
     2 7 : 9 0     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ c o m p a n y \ c o n t a c t \ p a g e . t s x 
 
     2 3 : 7 9     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ c r e a t e \ p a g e . t s x 
 
     1 9 1 : 1 1     e r r o r     P a r s i n g   e r r o r :   J S X   e l e m e n t   ' b u t t o n '   h a s   n o   c o r r e s p o n d i n g   c l o s i n g   t a g 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ e d i t \ [ i d ] \ p a g e . t s x 
 
       3 : 1 5     w a r n i n g     ' O p t i o n s '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
     9 4 : 5 4     e r r o r         E r r o r :   C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   c a n   t r i g g e r   c a s c a d i n g   r e n d e r s 
 
 
 
 E f f e c t s   a r e   i n t e n d e d   t o   s y n c h r o n i z e   s t a t e   b e t w e e n   R e a c t   a n d   e x t e r n a l   s y s t e m s   s u c h   a s   m a n u a l l y   u p d a t i n g   t h e   D O M ,   s t a t e   m a n a g e m e n t   l i b r a r i e s ,   o r   o t h e r   p l a t f o r m   A P I s .   I n   g e n e r a l ,   t h e   b o d y   o f   a n   e f f e c t   s h o u l d   d o   o n e   o r   b o t h   o f   t h e   f o l l o w i n g : 
 
 *   U p d a t e   e x t e r n a l   s y s t e m s   w i t h   t h e   l a t e s t   s t a t e   f r o m   R e a c t . 
 
 *   S u b s c r i b e   f o r   u p d a t e s   f r o m   s o m e   e x t e r n a l   s y s t e m ,   c a l l i n g   s e t S t a t e   i n   a   c a l l b a c k   f u n c t i o n   w h e n   e x t e r n a l   s t a t e   c h a n g e s . 
 
 
 
 C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   b o d y   c a u s e s   c a s c a d i n g   r e n d e r s   t h a t   c a n   h u r t   p e r f o r m a n c e ,   a n d   i s   n o t   r e c o m m e n d e d .   ( h t t p s : / / r e a c t . d e v / l e a r n / y o u - m i g h t - n o t - n e e d - a n - e f f e c t ) . 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ e d i t \ [ i d ] \ p a g e . t s x : 9 4 : 5 4 
 
     9 2   |           l e t   p a y l o a d   =   ' ' ; 
 
     9 3   |           
 
 >   9 4   |           i f   ( d a t a T y p e   = = =   ' W i - F i '   & &   q r T y p e   ! = =   ' s t a t i c ' )   s e t Q r T y p e ( ' s t a t i c ' ) ; 
 
           |                                                                                                             ^ ^ ^ ^ ^ ^ ^ ^ ^   A v o i d   c a l l i n g   s e t S t a t e ( )   d i r e c t l y   w i t h i n   a n   e f f e c t 
 
     9 5   |           i f   ( d a t a T y p e   = = =   ' A p p   S t o r e '   & &   q r T y p e   ! = =   ' d y n a m i c ' )   s e t Q r T y p e ( ' d y n a m i c ' ) ; 
 
     9 6   | 
 
     9 7   |           i f   ( q r T y p e   = = =   ' s t a t i c ' )   {     r e a c t - h o o k s / s e t - s t a t e - i n - e f f e c t 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ l a y o u t . t s x 
 
     9 : 3 6     e r r o r     U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e     @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ p a g e . t s x 
 
       1 5 : 1 6     e r r o r         U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
       2 7 : 9       w a r n i n g     ' r o u t e r '   i s   a s s i g n e d   a   v a l u e   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
       7 5 : 5       e r r o r         E r r o r :   C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   c a n   t r i g g e r   c a s c a d i n g   r e n d e r s 
 
 
 
 E f f e c t s   a r e   i n t e n d e d   t o   s y n c h r o n i z e   s t a t e   b e t w e e n   R e a c t   a n d   e x t e r n a l   s y s t e m s   s u c h   a s   m a n u a l l y   u p d a t i n g   t h e   D O M ,   s t a t e   m a n a g e m e n t   l i b r a r i e s ,   o r   o t h e r   p l a t f o r m   A P I s .   I n   g e n e r a l ,   t h e   b o d y   o f   a n   e f f e c t   s h o u l d   d o   o n e   o r   b o t h   o f   t h e   f o l l o w i n g : 
 
 *   U p d a t e   e x t e r n a l   s y s t e m s   w i t h   t h e   l a t e s t   s t a t e   f r o m   R e a c t . 
 
 *   S u b s c r i b e   f o r   u p d a t e s   f r o m   s o m e   e x t e r n a l   s y s t e m ,   c a l l i n g   s e t S t a t e   i n   a   c a l l b a c k   f u n c t i o n   w h e n   e x t e r n a l   s t a t e   c h a n g e s . 
 
 
 
 C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   b o d y   c a u s e s   c a s c a d i n g   r e n d e r s   t h a t   c a n   h u r t   p e r f o r m a n c e ,   a n d   i s   n o t   r e c o m m e n d e d .   ( h t t p s : / / r e a c t . d e v / l e a r n / y o u - m i g h t - n o t - n e e d - a n - e f f e c t ) . 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ p a g e . t s x : 7 5 : 5 
 
     7 3   | 
 
     7 4   |       u s e E f f e c t ( ( )   = >   { 
 
 >   7 5   |           f e t c h F o l d e r s ( ) ; 
 
           |           ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^   A v o i d   c a l l i n g   s e t S t a t e ( )   d i r e c t l y   w i t h i n   a n   e f f e c t 
 
     7 6   |       } ,   [ ] ) ; 
 
     7 7   | 
 
     7 8   |       u s e E f f e c t ( ( )   = >   {                                                                                                   r e a c t - h o o k s / s e t - s t a t e - i n - e f f e c t 
 
       7 9 : 5       e r r o r         E r r o r :   C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   c a n   t r i g g e r   c a s c a d i n g   r e n d e r s 
 
 
 
 E f f e c t s   a r e   i n t e n d e d   t o   s y n c h r o n i z e   s t a t e   b e t w e e n   R e a c t   a n d   e x t e r n a l   s y s t e m s   s u c h   a s   m a n u a l l y   u p d a t i n g   t h e   D O M ,   s t a t e   m a n a g e m e n t   l i b r a r i e s ,   o r   o t h e r   p l a t f o r m   A P I s .   I n   g e n e r a l ,   t h e   b o d y   o f   a n   e f f e c t   s h o u l d   d o   o n e   o r   b o t h   o f   t h e   f o l l o w i n g : 
 
 *   U p d a t e   e x t e r n a l   s y s t e m s   w i t h   t h e   l a t e s t   s t a t e   f r o m   R e a c t . 
 
 *   S u b s c r i b e   f o r   u p d a t e s   f r o m   s o m e   e x t e r n a l   s y s t e m ,   c a l l i n g   s e t S t a t e   i n   a   c a l l b a c k   f u n c t i o n   w h e n   e x t e r n a l   s t a t e   c h a n g e s . 
 
 
 
 C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   b o d y   c a u s e s   c a s c a d i n g   r e n d e r s   t h a t   c a n   h u r t   p e r f o r m a n c e ,   a n d   i s   n o t   r e c o m m e n d e d .   ( h t t p s : / / r e a c t . d e v / l e a r n / y o u - m i g h t - n o t - n e e d - a n - e f f e c t ) . 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ p a g e . t s x : 7 9 : 5 
 
     7 7   | 
 
     7 8   |       u s e E f f e c t ( ( )   = >   { 
 
 >   7 9   |           f e t c h Q R s ( ) ; 
 
           |           ^ ^ ^ ^ ^ ^ ^ ^   A v o i d   c a l l i n g   s e t S t a t e ( )   d i r e c t l y   w i t h i n   a n   e f f e c t 
 
     8 0   |       } ,   [ s e l e c t e d F o l d e r ] ) ; 
 
     8 1   | 
 
     8 2   |       c o n s t   h a n d l e C r e a t e F o l d e r   =   a s y n c   ( e :   R e a c t . F o r m E v e n t )   = >   {     r e a c t - h o o k s / s e t - s t a t e - i n - e f f e c t 
 
       8 0 : 6       w a r n i n g     R e a c t   H o o k   u s e E f f e c t   h a s   a   m i s s i n g   d e p e n d e n c y :   ' f e t c h Q R s ' .   E i t h e r   i n c l u d e   i t   o r   r e m o v e   t h e   d e p e n d e n c y   a r r a y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         r e a c t - h o o k s / e x h a u s t i v e - d e p s 
 
       9 1 : 1 4     w a r n i n g     ' e r r '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
     1 0 3 : 1 4     w a r n i n g     ' e r r '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
     1 1 4 : 1 4     w a r n i n g     ' e r r '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
     1 2 4 : 1 4     w a r n i n g     ' e r r '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
     1 6 4 : 1 4     w a r n i n g     ' e r r '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
     1 7 4 : 1 4     w a r n i n g     ' e r r '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ d a s h b o a r d \ p r o f i l e \ p a g e . t s x 
 
     6 4 : 4 1     e r r o r     U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e     @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ f e a t u r e s \ d e s i g n - s t u d i o \ p a g e . t s x 
 
     2 7 : 1 0 6     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ l e g a l \ c o o k i e s \ p a g e . t s x 
 
     2 9 : 1 0 4     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ l e g a l \ t e r m s \ p a g e . t s x 
 
     2 5 : 3 9     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ l o g i n \ p a g e . t s x 
 
     2 6 : 1 9     e r r o r     U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e     @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ p a g e . t s x 
 
     2 6 3 : 2 6     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ r e g i s t e r \ p a g e . t s x 
 
     2 2 : 1 9     e r r o r     U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e     @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ s u p p o r t \ h o w - t o - u s e \ p a g e . t s x 
 
     3 9 : 6 1     e r r o r     ` " `   c a n   b e   e s c a p e d   w i t h   ` & q u o t ; ` ,   ` & l d q u o ; ` ,   ` & # 3 4 ; ` ,   ` & r d q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
     3 9 : 7 5     e r r o r     ` " `   c a n   b e   e s c a p e d   w i t h   ` & q u o t ; ` ,   ` & l d q u o ; ` ,   ` & # 3 4 ; ` ,   ` & r d q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
     4 9 : 6 6     e r r o r     ` ' `   c a n   b e   e s c a p e d   w i t h   ` & a p o s ; ` ,   ` & l s q u o ; ` ,   ` & # 3 9 ; ` ,   ` & r s q u o ; `     r e a c t / n o - u n e s c a p e d - e n t i t i e s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ v e r i f y - e m a i l \ p a g e . t s x 
 
       3 : 1 0     w a r n i n g     ' u s e R o u t e r '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
     1 5 : 7       e r r o r         E r r o r :   C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   c a n   t r i g g e r   c a s c a d i n g   r e n d e r s 
 
 
 
 E f f e c t s   a r e   i n t e n d e d   t o   s y n c h r o n i z e   s t a t e   b e t w e e n   R e a c t   a n d   e x t e r n a l   s y s t e m s   s u c h   a s   m a n u a l l y   u p d a t i n g   t h e   D O M ,   s t a t e   m a n a g e m e n t   l i b r a r i e s ,   o r   o t h e r   p l a t f o r m   A P I s .   I n   g e n e r a l ,   t h e   b o d y   o f   a n   e f f e c t   s h o u l d   d o   o n e   o r   b o t h   o f   t h e   f o l l o w i n g : 
 
 *   U p d a t e   e x t e r n a l   s y s t e m s   w i t h   t h e   l a t e s t   s t a t e   f r o m   R e a c t . 
 
 *   S u b s c r i b e   f o r   u p d a t e s   f r o m   s o m e   e x t e r n a l   s y s t e m ,   c a l l i n g   s e t S t a t e   i n   a   c a l l b a c k   f u n c t i o n   w h e n   e x t e r n a l   s t a t e   c h a n g e s . 
 
 
 
 C a l l i n g   s e t S t a t e   s y n c h r o n o u s l y   w i t h i n   a n   e f f e c t   b o d y   c a u s e s   c a s c a d i n g   r e n d e r s   t h a t   c a n   h u r t   p e r f o r m a n c e ,   a n d   i s   n o t   r e c o m m e n d e d .   ( h t t p s : / / r e a c t . d e v / l e a r n / y o u - m i g h t - n o t - n e e d - a n - e f f e c t ) . 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ a p p \ v e r i f y - e m a i l \ p a g e . t s x : 1 5 : 7 
 
     1 3   |       u s e E f f e c t ( ( )   = >   { 
 
     1 4   |           i f   ( ! t o k e n )   { 
 
 >   1 5   |               s e t S t a t u s ( ' e r r o r ' ) ; 
 
           |               ^ ^ ^ ^ ^ ^ ^ ^ ^   A v o i d   c a l l i n g   s e t S t a t e ( )   d i r e c t l y   w i t h i n   a n   e f f e c t 
 
     1 6   |               s e t M e s s a g e ( ' N o   v e r i f i c a t i o n   t o k e n   p r o v i d e d . ' ) ; 
 
     1 7   |               r e t u r n ; 
 
     1 8   |           }     r e a c t - h o o k s / s e t - s t a t e - i n - e f f e c t 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ c o m p o n e n t s \ H o m e N a v b a r . t s x 
 
     1 7 : 1 6     w a r n i n g     ' e r r '   i s   d e f i n e d   b u t   n e v e r   u s e d     @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ c o m p o n e n t s \ q r - e d i t o r \ D e s i g n P a n e l . t s x 
 
         3 : 1 0     w a r n i n g     ' O p t i o n s '   i s   d e f i n e d   b u t   n e v e r   u s e d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
       2 9 : 2 1     e r r o r         U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
       4 8 : 7 0     e r r o r         U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
       5 5 : 8 8     e r r o r         U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
       6 2 : 8 2     e r r o r         U n e x p e c t e d   a n y .   S p e c i f y   a   d i f f e r e n t   t y p e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @ t y p e s c r i p t - e s l i n t / n o - e x p l i c i t - a n y 
 
     2 0 7 : 1 3     w a r n i n g     U s i n g   ` < i m g > `   c o u l d   r e s u l t   i n   s l o w e r   L C P   a n d   h i g h e r   b a n d w i d t h .   C o n s i d e r   u s i n g   ` < I m a g e   / > `   f r o m   ` n e x t / i m a g e `   o r   a   c u s t o m   i m a g e   l o a d e r   t o   a u t o m a t i c a l l y   o p t i m i z e   i m a g e s .   T h i s   m a y   i n c u r   a d d i t i o n a l   u s a g e   o r   c o s t   f r o m   y o u r   p r o v i d e r .   S e e :   h t t p s : / / n e x t j s . o r g / d o c s / m e s s a g e s / n o - i m g - e l e m e n t     @ n e x t / n e x t / n o - i m g - e l e m e n t 
 
     2 1 0 : 1 3     w a r n i n g     U s i n g   ` < i m g > `   c o u l d   r e s u l t   i n   s l o w e r   L C P   a n d   h i g h e r   b a n d w i d t h .   C o n s i d e r   u s i n g   ` < I m a g e   / > `   f r o m   ` n e x t / i m a g e `   o r   a   c u s t o m   i m a g e   l o a d e r   t o   a u t o m a t i c a l l y   o p t i m i z e   i m a g e s .   T h i s   m a y   i n c u r   a d d i t i o n a l   u s a g e   o r   c o s t   f r o m   y o u r   p r o v i d e r .   S e e :   h t t p s : / / n e x t j s . o r g / d o c s / m e s s a g e s / n o - i m g - e l e m e n t     @ n e x t / n e x t / n o - i m g - e l e m e n t 
 
     2 1 3 : 1 3     w a r n i n g     U s i n g   ` < i m g > `   c o u l d   r e s u l t   i n   s l o w e r   L C P   a n d   h i g h e r   b a n d w i d t h .   C o n s i d e r   u s i n g   ` < I m a g e   / > `   f r o m   ` n e x t / i m a g e `   o r   a   c u s t o m   i m a g e   l o a d e r   t o   a u t o m a t i c a l l y   o p t i m i z e   i m a g e s .   T h i s   m a y   i n c u r   a d d i t i o n a l   u s a g e   o r   c o s t   f r o m   y o u r   p r o v i d e r .   S e e :   h t t p s : / / n e x t j s . o r g / d o c s / m e s s a g e s / n o - i m g - e l e m e n t     @ n e x t / n e x t / n o - i m g - e l e m e n t 
 
     2 1 6 : 1 3     w a r n i n g     U s i n g   ` < i m g > `   c o u l d   r e s u l t   i n   s l o w e r   L C P   a n d   h i g h e r   b a n d w i d t h .   C o n s i d e r   u s i n g   ` < I m a g e   / > `   f r o m   ` n e x t / i m a g e `   o r   a   c u s t o m   i m a g e   l o a d e r   t o   a u t o m a t i c a l l y   o p t i m i z e   i m a g e s .   T h i s   m a y   i n c u r   a d d i t i o n a l   u s a g e   o r   c o s t   f r o m   y o u r   p r o v i d e r .   S e e :   h t t p s : / / n e x t j s . o r g / d o c s / m e s s a g e s / n o - i m g - e l e m e n t     @ n e x t / n e x t / n o - i m g - e l e m e n t 
 
     2 1 9 : 1 3     w a r n i n g     U s i n g   ` < i m g > `   c o u l d   r e s u l t   i n   s l o w e r   L C P   a n d   h i g h e r   b a n d w i d t h .   C o n s i d e r   u s i n g   ` < I m a g e   / > `   f r o m   ` n e x t / i m a g e `   o r   a   c u s t o m   i m a g e   l o a d e r   t o   a u t o m a t i c a l l y   o p t i m i z e   i m a g e s .   T h i s   m a y   i n c u r   a d d i t i o n a l   u s a g e   o r   c o s t   f r o m   y o u r   p r o v i d e r .   S e e :   h t t p s : / / n e x t j s . o r g / d o c s / m e s s a g e s / n o - i m g - e l e m e n t     @ n e x t / n e x t / n o - i m g - e l e m e n t 
 
 
 
 D : \ P r o j e c t s \ C K - Q R \ c l i e n t \ s r c \ c o m p o n e n t s \ q r - e d i t o r \ L i v e P r e v i e w . t s x 
 
     3 1 : 1 3     w a r n i n g     ' f r a m e O p t i o n s '   i s   a s s i g n e d   a   v a l u e   b u t   n e v e r   u s e d     @ t y p e s c r i p t - e s l i n t / n o - u n u s e d - v a r s 
 
 
 
     4 5   p r o b l e m s   ( 2 7   e r r o r s ,   1 8   w a r n i n g s ) 
 
 
 
 