{"ast":null,"code":"import isPlainObject from './isPlainObject';\nimport warning from './warning';\nexport default function verifyPlainObject(value, displayName, methodName) {\n  if (!isPlainObject(value)) {\n    warning(\"\".concat(methodName, \"() in \").concat(displayName, \" must return a plain object. Instead received \").concat(value, \".\"));\n  }\n}","map":{"version":3,"names":["isPlainObject","warning","verifyPlainObject","value","displayName","methodName"],"sources":["C:/Users/user/Desktop/05mediaSocial/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,WAAII,UAAU,mBAASD,WAAW,2DAAiDD,KAAK,OAAI;EACrG;AACF"},"metadata":{},"sourceType":"module","externalDependencies":[]}