-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
resolution:resolvedThis issue was already resolved (e.g. by another ticket).This issue was already resolved (e.g. by another ticket).squad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
Description
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
Metadata
Metadata
Assignees
Labels
resolution:resolvedThis issue was already resolved (e.g. by another ticket).This issue was already resolved (e.g. by another ticket).squad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.