{"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,"sources":["C:/laragon/www/iot.mksolusi/DriverOPCDA/frontend/node_modules/react-redux/es/utils/verifyPlainObject.js"],"names":["isPlainObject","warning","verifyPlainObject","value","displayName","methodName"],"mappings":"AAAA,OAAOA,aAAP,MAA0B,iBAA1B;AACA,OAAOC,OAAP,MAAoB,WAApB;AACA,eAAe,SAASC,iBAAT,CAA2BC,KAA3B,EAAkCC,WAAlC,EAA+CC,UAA/C,EAA2D;AACxE,MAAI,CAACL,aAAa,CAACG,KAAD,CAAlB,EAA2B;AACzBF,IAAAA,OAAO,CAACI,UAAU,GAAG,QAAb,GAAwBD,WAAxB,GAAsC,gDAAtC,GAAyFD,KAAzF,GAAiG,GAAlG,CAAP;AACD;AACF","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}"]},"metadata":{},"sourceType":"module"}