-
Uncaught TypeError: Cannot read properties of undefined (reading 'anisotropy')
at index-5bde93f1.esm.js:667:46
at Array.reduce ()
at applyProps$1 (index-5bde93f1.esm.js:667:25)
at …
-
## Describe the bug
`yarn bootstrap` fails on MacOS Sonoma when it tries to run post-install builds for [the `canvas` package](https://github.com/Automattic/node-canvas). My local build environment i…
-
Is there a way to know the list of nodes that exist within the screen of the current graph instance?
For example, you want to remove the labels of invisible nodes according to zoom in/out.
Ultim…
-
- `three` version: 0.162.0
- `@react-three/fiber` version: 8.15.19
- `@react-three/drei` version: 9.102.3
- `node` version: v20.11.1
- `npm` (or `yarn`) version: 10.2.4
### Problem description:…
-
Getting this error for all the test cases when they try to mount the component using enzyme.
It shows error corresponding to the import line "**import Lottie from 'lottie-react-web';**"
Error:-
W…
-
**新年快乐😄** 放假在家没事敲敲代码,挺不好意思的,这会提交 issue,辛苦老板!祝老板发财,龙年大吉🐲
- 你当前是什么框架(必填):react
- 你使用的是哪个包(必填): @lucky-canvas/react
- 你当前插件的版本(必填):^0.1.13
- 当前环境是小程序还是浏览器(选填):浏览器
- 详细描述你的bug:
- 错误1:im…
-
### bug report
#### Unable To take a screenshot of a website's graph (Canvas) loaded inside Webview in React native
#### Version & Platform
"react-native-view-shot": "^3.1.2"
"react-native": "0…
-
### What version of Bun is running?
1.0.6+969da088f5db3258a803ec186012e30f992829b4
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
in package.jso…
-
I've been having the same problem. This is my code:
```jsx
import React, { Component } from 'react';
import {
AppRegistry,
View,
PanResponder,
} from 'react-native';
import Canvas, {…
-
If you set a custom width/height to the canvas, then use toDataURL, the image exported is wrong/not the same as the image shown.
Example:
`render() {
const canvasWidth = 900
const …