You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is with the new ember-data version, saving relationship inside the model with ember-changeset returns PromiseManyArray which i suspect, it causes the power select options to be undefined inside the ps-trigger component
I have
item
model that has relationshiptags
and i use multiple power select component for rendering these tags in the item page like the following:inside the trigger component:
The problem is with the new ember-data version, saving relationship inside the model with ember-changeset returns
PromiseManyArray
which i suspect, it causes the power select options to be undefined inside the ps-trigger componentI am not sure if this is related to this ember-data ticket https://github.com/emberjs/data/issues/8024 because it breaks only from ember-data version 3.28
Environment Info:
Ember env:
ember-source: 4.5.0
ember-cli: 4.4.0
ember-data: 4.4.0
ember-power-select: 5.0.4
ember-changeset: 4.1.0
System:
OS: macOS 11.6.7
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Binaries:
Node: 16.15.0 - ~/.volta/tools/image/node/16.15.0/bin/node
Yarn: 1.22.19 - ~/.volta/tools/image/yarn/1.22.19/bin/yarn
npm: 7.24.2 - ~/roomle-pdc-upgrade/node_modules/.bin/npm
Browsers:
Chrome: 103.0.5060.134
Firefox: 102.0.1
Safari: 15.5
The text was updated successfully, but these errors were encountered: