mpowaga / meteor-autoform-summernote

https://atmospherejs.com/mpowaga/autoform-summernote
25 stars 18 forks source link

$editor.code is not a function #20

Closed chongwang87 closed 8 years ago

chongwang87 commented 8 years ago

After update summernote to latest version 0.7.0, above error message appear.

danrubins commented 8 years ago

Same here

Work around: change version constraints on summernote:standalone / summernote:summernote to 0.6.14

theodorDiaconu commented 8 years ago

Same here. changing to 0.6.14 works.

abeaudoin2013 commented 8 years ago

Where specifically would I change version constraints? Thanks.

abeaudoin2013 commented 8 years ago

I was able to avoid this issue with a comment I found on a yogiben/meteor-admin issue:

https://github.com/yogiben/meteor-admin/issues/11#issuecomment-60520141

I believe the creation of autoform-summernote package was sparked from this conversation.