Open
Description
react-scanner is not able to parse object props and it is giving such expressions in result- "(ObjectExpression)" or "(Identifier)".
It is able to parse simple string values
"Box": { "instances": [ { "importInfo": { "imported": "Box", "local": "Box", "moduleName": "@mui/material", "importType": "ImportSpecifier" }, "props": { "pb": 4, "display": "(ObjectExpression)", "alignItems": "center", "textAlign": "(ObjectExpression)", "justifyContent": "space-between" }, "propsSpread": false, "location": { "file": "/Users/temp/dashboard/src/components/Footer/index.tsx", "start": { "line": 12, "column": 7 } } }, ] }
Metadata
Assignees
Labels
No labels