Add __meta key to allowed in reducer to prevent warning

This commit is contained in:
carmenmaymo 2025-03-05 13:40:09 +01:00
parent 50e83cce5c
commit 334f6a74e2
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -44,6 +44,7 @@ const defaultPersistent = Object.freeze( {
threeDSecure: 'no-3d-secure',
fastlaneCardholderName: false,
fastlaneDisplayWatermark: false,
__meta: false,
} );
// Reducer logic.