chaostoolkit-kubernetes icon indicating copy to clipboard operation
chaostoolkit-kubernetes copied to clipboard

Ember 4 support

Open Frank3K opened this issue 1 year ago • 0 comments

The current version of ember-redux (6.0.0) is not compatible with Ember 4. The following deprecations need to be resolved in order to make it compatible:

  1. https://deprecations.emberjs.com/v3.x/#toc_deprecated-run-loop-and-computed-dot-access
  2. https://deprecations.emberjs.com/v3.x/#toc_this-property-fallback (in demo and tests)
  3. https://deprecations.emberjs.com/v3.x/#toc_editions-classic (in demo and tests)

Furthermore ember-auto-import v1.x is used, which should be upgraded to v2.x.

We know this addon is not actively maintained anymore, but we'll create a PR with the required changes such that others can use the solution too.

For new users it might be worthwhile to take a look at an alternative package: https://github.com/pzuraq/tracked-redux.

Frank3K avatar Dec 14 '22 13:12 Frank3K