ember-ckeditor icon indicating copy to clipboard operation
ember-ckeditor copied to clipboard

Fix the `vendor-prefix` deprecation warning on app launch using Ember 2.7

Open arnaudbesnier opened this issue 8 years ago • 2 comments

DEPRECATION: The `vendor-prefix` hook used in ember-cli-ckeditor is deprecated. The addon should generate a module and have consumers `require` it.

arnaudbesnier avatar Sep 05 '16 10:09 arnaudbesnier

By the way, I can't achieve to use the addon.

I installed it:

ember install ember-cli-ckeditor

and used the following component:

// rich-text-editor/template.hbs
{{ember-ckeditor value=value on-change="textChanged"}}
{{value}}

but the client raises the following error each time I try to use it: ember.debug.js:19699 Uncaught Error: Assertion Failed: A helper named "ember-ckeditor" could not be found

arnaudbesnier avatar Sep 05 '16 10:09 arnaudbesnier

@arnaudbesnier I think you need to install ember install ember-ckeditor

marceloandrader avatar Oct 31 '16 17:10 marceloandrader