Reproduction steps
- Installed packages
- Wrote my component
Current behavior
Returns [plugin:vite:import-analysis] Missing "./ckeditor5.css" export in "ckeditor5" package
Expected behavior
For the app to run
Definition of Done
- Please leave this field for us. We will fill it during the backlog refinement session.
Relevant debug data
import { useState, useEffect, useRef } from 'react'
import { CKEditor } from '@ckeditor/ckeditor5-react'
import {
ClassicEditor,
AccessibilityHelp,
Alignment,
Autoformat,
AutoLink,
Autosave,
Bold,
Essentials,
FindAndReplace,
Heading,
Indent,
IndentBlock,
Italic,
Link,
List,
Paragraph,
RemoveFormat,
SelectAll,
Table,
TableToolbar,
TextTransformation,
Undo
} from 'ckeditor5'
import 'ckeditor5/ckeditor5.css'
Other details
No response
User agent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Reproduction steps
Current behavior
Returns [plugin:vite:import-analysis] Missing "./ckeditor5.css" export in "ckeditor5" package
Expected behavior
For the app to run
Definition of Done
Relevant debug data
import { useState, useEffect, useRef } from 'react' import { CKEditor } from '@ckeditor/ckeditor5-react' import { ClassicEditor, AccessibilityHelp, Alignment, Autoformat, AutoLink, Autosave, Bold, Essentials, FindAndReplace, Heading, Indent, IndentBlock, Italic, Link, List, Paragraph, RemoveFormat, SelectAll, Table, TableToolbar, TextTransformation, Undo } from 'ckeditor5' import 'ckeditor5/ckeditor5.css'Other details
No response
User agent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36