cibernox / ember-native-dom-helpers

Test helpers for your integration tests that fire native events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATION: Use of `merge` has been deprecated. Please use `assign` instead

gbrlmrllo opened this issue · comments

Here are the cases where merge is used instead of assign.

import { merge } from '@ember/polyfills';

import { merge } from '@ember/polyfills';

import { merge } from '@ember/polyfills';