Closed (fixed)
Project:
CKEditor5 find and replace
Version:
2.1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2026 at 23:59 UTC
Updated:
23 Mar 2026 at 22:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
nickolajFixed the TypeError by updating icon references in the built JS file from `e.icons.previousArrow` to `e.IconPreviousArrow`, matching the updated CKEditor 5 icon export naming convention.
Comment #6
sujan shrestha commentedThanks @nickolaj. i have reviewed the changes and merged the merge request into the 2.1.x-dev branch.
Comment #8
lazzyvn commentedpls add credit to us
Comment #9
sujan shrestha commentedHi @lazzyvn, i have already updated the contribution credits on the issue, but it does not seem to be reflecting yet. Do you have any idea why this might be? i have attached a screenshot

Comment #10
lazzyvn commentedI think Drupal 11.3.3 changed the version of CKEditor; previously it used version 41, now it uses version 43.
in module plugin don't share source code so i can't tell you how to fix it
You can see my plugin https://git.drupalcode.org/project/ckeditor5_bootstrap/-/blob/1.0.x/js/c...
it must call
import { IconCheck, IconCancel } from '@ckeditor/ckeditor5-icons';and in package.json it must use