question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.0.0-beta.4 - renderInPlace=True causes error about duplicate ID in use

See original GitHub issue

In the latest beta when i put two power-select-multiple on the same page with renderInPlace=true i get an exception.

Assertion Failed: Attempted to register a view with an id already in use: null

With previous versions of the plugin this worked fine.

{{#power-select-multiple options=assets renderInPlace=true selected=filteredAssets searchField="name" placeholder=(t 'track.trackEventsChooseAssetsToShow') onchange=(action "assetFilterChanged") as |asset|}}
              {{asset.name}}
{{/power-select-multiple}}

{{#power-select-multiple options=eventTypes renderInPlace=true selected=filteredEvents searchField="name" placeholder=(t 'track.trackEventsChooseEventsToShow') onchange=(action "eventFilterChanged") as |event|}}
                {{event.name}}
{{/power-select-multiple}}

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
cibernoxcommented, Aug 2, 2016

Just one update that this is next on my list of bugs.

0reactions
Kilowhiskycommented, Aug 4, 2016

All good on 2.7.0 now! Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

repeat.for renders same item twice · Issue #830 - GitHub
The duplicate element is in fact the exact same element as the previous one (if I change the first the second also changes)....
Read more >
What does `ValueError: cannot reindex from a duplicate axis ...
This error usually rises when you join / assign to a column when the index has duplicate values. Since you are assigning to...
Read more >
Bug listing with status RESOLVED with resolution FIXED as at ...
status:RESOLVED resolution:FIXED severity:normal · Bug:131 - "ebuild for ... Bug:326 - "Toys and utils on CD for use whilst Gentoo is building.
Read more >
Fix list for IBM WebSphere Application Server Liberty
Multiple duplicate element IDs cause excess memory allocations and looping. 18695, Avoid inferring caller in LogRecord.getSourceClassName and LogRecord.
Read more >
XSL Transformations (XSLT) Version 3.0 - W3C
The same mechanism may be used for reporting errors in the test suite. ... Invoking a component (such as a template or function)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found