-
https://codesandbox.io/p/sandbox/goofy-jennings-qhgh3n
```js
import React, { useEffect, useRef } from "react";
import { DefaultPluginSpec } from "molstar/lib/mol-plugin/spec";
import { PluginC…
-
Hello, I am using following packages version in my react typescript applciation:
@antv/g6=5.0.7
@antv/g6-extension-react=0.1.2
G6 graph layout options are:
`
layout: {
type:…
-
### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or u…
-
Hi,
I'm trying to get the basic r3f sample working:
```
npx create-react-app my-app
cd my-app
npm install three @react-three/fiber 3d-tiles-renderer
npm run start
```
A basic three.js sa…
-
I want to make a two column page layout, some Dash stuff left, the PDF right. Below a minimal example of the generated DOM:
```html
…
-
Hello, maybe you can help me.
I'm using ForceGraph2d with react.
It works fine, but occasionally (the case is not clear), when dragging nodes it crashes with following error:
TypeError: r is …
-
### Describe the bug
Storybook canvas doesn't persist an arg from the URL arg when `@storybook/addon-essentials` (docs add-on) is installed and an arg can accept `React.ReactNode` (or other complex t…
penx updated
18 hours ago
-
I'm having some trouble getting `react-paper-bindings` to work with Vite.
I made a [simple test repo](https://github.com/Loosetooth/paper-vite-test) to reproduce the error.
It contains two canva…
-
### CheckList
- [X] I agree to follow this project's Code of Conduct
- [X] I have read and followed the [Contributing Guide](https://github.com/fabricjs/fabric.js/blob/master/CONTRIBUTING.md)
- [X] I…
-
Subject: Trouble Displaying H.264 Stream from Scrcpy in React App
Hello everyone,
I'm facing some challenges consuming the H.264 video stream from the scrcpy server in my setup, and I'm looking …