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
I didn't found this braking change in changelogs of v5.3.4.
Its nice to simplify this config, because a lot of apps didn't configured correctly, but for our apps this change was braking as we havn't seen a changelog for that one.
In additional also inside the app there is still documented the old way (which isn't anymore working).
The text was updated successfully, but these errors were encountered:
mkszepp
changed the title
[5.3.4+] polyfillUUID isn't anymore working when there was added over ´@embroider/macros` option
[5.3.4+] polyfillUUID isn't anymore working when there was added over @embroider/macros option
Jul 10, 2024
thanks, I think we should just remove the old docs where they got forgotten as we no longer use macros configs but macros global configs instead in order to support v2 addons
Starting with ember-data 5.3.4+ we are seeing a lot of
randomUUID
errors.L.randomUUID is not a function. (In 'L.randomUUID()', 'L.randomUUID' is undefined)
In our app we are using this code part (since ember 4.6)
Now i have discovered, that this was changes in #9265 to:
I didn't found this braking change in changelogs of v5.3.4.
Its nice to simplify this config, because a lot of apps didn't configured correctly, but for our apps this change was braking as we havn't seen a changelog for that one.
In additional also inside the app there is still documented the old way (which isn't anymore working).
data/packages/-ember-data/README.md
Lines 144 to 152 in 3ec0359
data/packages/-ember-data/src/index.ts
Lines 111 to 119 in 3ec0359
The text was updated successfully, but these errors were encountered: