-
### 📜 Description
If you put this to your app-config.yaml:
```yaml
app:
routes:
bindings:
scaffolder.registerComponent: false
```
It should according to the docs https://backstag…
-
## Summary
I recently upgraded to NextJS 15 and I have noticed that react-dom's useFormStatus is no longer working when the Select component is included in the form.
I don't know if this is a sh…
-
## Description
Dynamically added Output component crashes on rendering output with NPE when `display_data` output received
Exception stack trace is
```
[debug] Got new output for id=46dfb063…
sok82 updated
3 weeks ago
-
## Describe the bug
When using React version of elements along with React Router 6 (currently 6.2.2)
## To Reproduce
1. Create new react app with using latest @stoplight/elements (7.5.13) and…
-
-
### Description
Warning in console when initializing a map with defaultBounds and adding an event listener:
`main.js:169 [createEvent] at least one of the values from the map returned undefined. T…
-
### Describe your motivation
Less and easier to write code to support accessibility.
### Describe the solution you'd like
Span span = new Span("Label");
TextField textField = new T…
-
Demo:
```
import { useState, useRef } from 'react';
import { Stage, Layer, Rect } from 'react-konva';
function Demo() {
const [isDraggingEnabled, setIsDraggingEnabled] = useState(false);
…
-
Getting typescript compilation error when building in fresh Next.js app.
Node version: v20.9.0
```javascript
⨯ ./node_modules/@gorules/jdm-editor/dist/index.d.ts
Module parse failed: Unexpected…
-
## Subject of the issue
Its crashing in one of the functions of react-date-range. It seems on this line inside
```
var color = ranges[focusedRange[0]].color || rangeColors[focusedRange[0]] || colo…