Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Children's key is missing #301

Open
@yoyoyooo

Description

Issue: There is something wrong with children's key.
Example: The expected output should be

<RowItem key="1-1">
 <RadioButton 
 key="1-1-0" 
 checked={false} 
 disabled={false} 
 label="auto" 
 name="1-1" 
 tabIndex="0"
 />
</RowItem>

But I got an output without RadioButton's key:

<RowItem key="1-1">
 <RadioButton 
 checked={false} 
 disabled={false} 
 label="auto" 
 name="1-1" 
 tabIndex="0"
 />
</RowItem>

I am sure the radio button element is correct:

 { '$$typeof': Symbol(react.element),
 type: [Function: RadioButton],
 key: '1-1-0',
 ref: null,
 props: 
 { label: 'auto',
 tabIndex: '0',
 disabled: false,
 checked: false,
 name: '1-1' },
 _owner: null,
 _store: {} }

Any suggestions about this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /