- Issue created by @shubhamgoel
- 🇮🇳India shubhamgoel Delhi
Replacing the following
t.icons
with
(t.icons && t.icons.check)
fixes the issue.
As i upgrade my drupal core to 10.5, the OpenAI CKeditor Plugin stops working and generated following errors in the browser console.
TypeError: Cannot read properties of undefined (reading 'check')
at new s (openai.js?sygtqs:1:1227)
at l._createFormView (openai.js?sygtqs:1:3934)
at new l (openai.js?sygtqs:1:3791)
at g.init (openai.js?sygtqs:1:11216)
Active
1.0
OpenAI CKEditor
Replacing the following
t.icons
with
(t.icons && t.icons.check)
fixes the issue.