Nick Schot
Nick Schot
I have also just started seeing this in a relatively new Ember(-Data) 3.4 app (ember-cli 3.3). For me the entire "ember-basic-dropdown-wormhole" div is missing. edit: It seems in my case...
Triggering a basic-dropdown while fastboot rehydration hasn't completed yet also seems to trigger this error (and an indefinitely broken dropdown until refresh).
Likely caused by the transformation (i.e. translate) actually moving the drop target. This makes it so that sometimes jQuery decides to move the item that is being sorted (or actually...
-- oops, thought it was another issue. EDIT: improvements to the first post to better clarify what this specific feature request is.
Can be enabled by toggling this boolean: https://github.com/postlight/lux/blob/7bf2478bd0305d65549f9b9fe98997f51dc07ae0/src/packages/serializer/index.js#L728
They seem to have! And I do! Thanks for pointing that out. I modified the comment with a more resilient link.
I am not currently. It can be set to true in the lux codebase as pointed out in the comment as an initial fix for this issue, some tests would...
I was looking for a while for the `optional` flag. In the end it was there.... > Responses can be further refined with the optional features described below. This can...
Good point. I'm already encountering some relationships for which hundreds of entries are added to the relationship section of that record. To my understanding relationship links are not necessary anymore...
~~We are losing a lot of time because the worker.once('exit') is never called in time (so we always get the 5 second timeout).~~ ~~It seems this is done intentionally. I...