You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.2 KiB

{"ast":null,"code":"import isPlainObject from './isPlainObject';\nimport warning from './warning';\nexport default function verifyPlainObject(value, displayName, methodName) {\n if (!isPlainObject(value)) {\n warning(`${methodName}() in ${displayName} must return a plain object. Instead received ${value}.`);\n }\n}","map":{"version":3,"names":["isPlainObject","warning","verifyPlainObject","value","displayName","methodName"],"sources":["C:/Users/noanr/OneDrive/Documents/2eme anée/FavorSiteWebComplet/Favor/Site Web/client/node_modules/react-redux/es/utils/verifyPlainObject.js"],"sourcesContent":["import isPlainObject from './isPlainObject';\nimport warning from './warning';\nexport default function verifyPlainObject(value, displayName, methodName) {\n if (!isPlainObject(value)) {\n warning(`${methodName}() in ${displayName} must return a plain object. Instead received ${value}.`);\n }\n}"],"mappings":"AAAA,OAAOA,aAAa,MAAM,iBAAiB;AAC3C,OAAOC,OAAO,MAAM,WAAW;AAC/B,eAAe,SAASC,iBAAiB,CAACC,KAAK,EAAEC,WAAW,EAAEC,UAAU,EAAE;EACxE,IAAI,CAACL,aAAa,CAACG,KAAK,CAAC,EAAE;IACzBF,OAAO,CAAE,GAAEI,UAAW,SAAQD,WAAY,iDAAgDD,KAAM,GAAE,CAAC;EACrG;AACF"},"metadata":{},"sourceType":"module"}