Quan

Results 4 issues of Quan

I want to write an editor in solidjs and slate, but slate only has a Slate-React component, can I write a Slate-solid component based on Slate-React?

feature

I have a 150-line table that uses a checksum that causes my input to be slow ```ts const Render = (props: { row: Row; index: Accessor }) => { const...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 1. pnpm dev 2. change...

bug
vinxi

antd版本:5.24.3 "@ant-design/x": "^1.0.6" 包管理:pnpm 1. 根据https://nextjs.org/docs/app/building-your-application/testing/jest的配置好jest环境后, MyComponent.tsx ```ts import { Bubble } from "@ant-design/x"; export function MyComponent() { return } ``` demo.test.tsx ```ts import { MyComponent } from "MyComponent"; console.log(MyCompoent)...