Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request- Parse object props #74

Open
ankitverma0601 opened this issue Jun 25, 2024 · 0 comments
Open

Feature Request- Parse object props #74

ankitverma0601 opened this issue Jun 25, 2024 · 0 comments

Comments

@ankitverma0601
Copy link

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 } } }, ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant