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 lines
1.2 KiB
1 lines
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":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/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,aAAP,MAA0B,iBAA1B;AACA,OAAOC,OAAP,MAAoB,WAApB;AACA,eAAe,SAASC,iBAAT,CAA2BC,KAA3B,EAAkCC,WAAlC,EAA+CC,UAA/C,EAA2D;EACxE,IAAI,CAACL,aAAa,CAACG,KAAD,CAAlB,EAA2B;IACzBF,OAAO,CAACI,UAAU,GAAG,QAAb,GAAwBD,WAAxB,GAAsC,gDAAtC,GAAyFD,KAAzF,GAAiG,GAAlG,CAAP;EACD;AACF"},"metadata":{},"sourceType":"module"} |