Help Needed: Minified React Error #130 in ArcBlock Studio
Hi everyone,
I'm encountering Minified React Error #130 while working in ArcBlock Studio. It happens when using a component with a Material-UI Select dropdown from @blocklet/pages-kit/builtin/mui/material. The error suggests React is trying to render something invalid, but I can’t pinpoint the issue.
Could anyone clarify:
- What React version and Material-UI components are supported in ArcBlock Studio?
- Are there any known limitations or issues with
@blocklet/pages-kitcomponents, particularly interactive ones likeSelectorMenuItem****? - How can I get more detailed debugging information beyond the minified React errors?
Any guidance or tips would be greatly appreciated!
3 replies
Your default props might be undefined? Use fallback values to handle this issue
Here's a link to see what Material-UI components are included in the
builtin.I tried to use
Selectcomponent in a custom component and it is working fine, can you share the code? You can send it to me separately in the chat to help locate the issue.Code:
Properties:
Demo:
Thank you for this response . I figured out the drop down issue.