triggerSibling Issue
See original GitHub issueHi, I’m getting below issue while using triggerSibling can you please help me to sort out this issue
This is my sample code using
<Collapsible
tabIndex={list.group_id}
triggerSibling={
<div>
<span className="col-sm-3">{list.group_name}</span>
<div id="buttons" className="col-sm-3 Collapsible__trigger-sibling">
<button
type="button"
data-toggle="modal"
data-target="#addRequirementModal"
onClick={() => this.addRequirement(list.group_id)}
>
<MaterialIcon icon="add" size={14} />
</button>
<Link
to={`/requirement/${list.group_id}`}
id={list.group_id}
style={{ color: 'white' }}
>
<MaterialIcon icon="visibility" size={14} />
</Link>
<button
type="button"
value={list.group_id}
onClick={() => this.getGroupDetails(list.group_id)}
data-toggle="modal"
data-target="#editModal"
>
<MaterialIcon icon="edit" size={14} />
</button>
<button
type="button"
value={list.group_id}
onClick={() => this.deleteGroup(list.group_id)}
>
<MaterialIcon icon="delete" size={14} />
</button>
</div>
</div>
}
key={list.group_id}
/>
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
React Collapsible triggerSibling property gives invalid ...
React Collapsible triggerSibling property gives invalid element type error ... I have created this example webpart that shows the issue.
Read more >How can I create an automation to link child issue...
I have an epic and I will manually link this epic with an issue „XYZ“. ... Action: add a specific comment (or other...
Read more >react-collapsible - npm
React component to wrap content in Collapsible element with trigger to open and close.. Latest version: 2.10.0, last published: 5 months ago ...
Read more >Unequal inheritance can work, or it can destroy relationships
But unequal inheritances can trigger sibling fighting after a parent dies. ... reach decisions on inheritance, caregiving, and other aging-related issues.
Read more >Join the Human Race - Psychological Healing Center
Problems are created, dismantled and reintegrated. ... can re-trigger feelings about our mothers and fathers, and co-workers can re-trigger sibling rivalry.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@karltaylor here is there error i see (version 2.6.0)
I’m having the same issue as well. Doesn’t look like the original issue creator ever responded. @karltaylor was the proposed fix ever implemented? It doesn’t appear to have been. Thanks for your help!