-
### Describe the bug
Problem While Installing SHADCN on NextJS 15
### Affected component/components
Installation
### How to reproduce
1. Install NextJS with v 15
2. Try to install shadcn
### Co…
-
I'm trying to generate externs for https://github.com/ianstormtaylor/slate, but there are a couple of extern declarations missing.
To reproduce:
- go to https://jmmk.github.io/javascript-externs-gene…
-
**Problem**
At the moment, the editor itself should be a scroll container. But if the scroll container needs to be above the editor, the scrolling logic will break.
**Solution**
I suggest adding …
-
When installing canner-slate-editor, there are mismatched peer dependencies:
```
$ mkdir test
$ cd test
$ npm init -y
$ npm install --save antd@^3.10.1 canner-slate-editor@^1.5.4 immutable@^3.8…
-
## Web Application
- [ ] [tremor](https://github.com/tremorlabs/tremor)
- [ ] [magicui](https://github.com/magicuidesign/magicui)
- [ ] [syntaxui](https://github.com/SyntaxUI/syntaxui)
- [ ] [pr…
-
**Description**
I've faced the following issue:
When watching `input` event on `Editable` component the following happens:
- When I am just typing text in English, event fires
- When I am deleting…
-
**Is your feature request related to a problem? Please describe.**
ive upgrade our monorepor (nx) to the latest version which seemingly moved some configurations forward in regards to sorucemaps when…
-
**Description**
`slate-react@0.62.0` introduced a regression when clicking into void nodes. This issue is still present in the latest version. The change that introduced the regression is https://g…
-
**Description**
When changing the readOnly prop of the Editable component on Android, the native listener isn't updated, causing Slate to ignore onDOMBeforeInput events, leading to other side effects…
-
I install the necessary libraries and everything works ok, but it's not working as expected.
My `config-overrides.js`
```javascript
const rewireCreateReactLibrary = require('react-app-rewire-reac…