Error - Capability 'noReset' changed from string to boolean. This may cause unexpected behavior

how can i fix this error
Capability ‘noReset’ changed from string to boolean. This may cause unexpected behavior

Try changing:

‘noReset’ = ‘true’

to:

‘noReset’ = true

Note that a string is in quotes, a boolean is not. More information here: