Moritz Klack
Moritz Klack
Is it possible to prevent the automatic use of the current transform for the passed element? I want to use the transform somewhere else but not on the element where...
Hey! Thanks for this amazing library :) The repo description website link still points to https://docs.pmnd.rs/drei/introduction. I think it should go to https://drei.pmnd.rs/ ?!
Is there a way to use this library without bundling the prop-types dependency? If this would be published as a module it would be possible to use [babel-plugin-transform-react-remove-prop-types](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types) I guess....
update jplayer link
We only use two functions from `@turf/helpers`. We should check why the other functions are in the bundle (no treeshaking?) or remove the dependency and implement `featureCollection` and `point` by...
### Describe the Bug ```js const nodeExtent: CoordinateExtent = [ [0, 0], [50, 50], ]; const nodes = [{ id: '1', position: { x: 200, y: 200 }, data: {...
## Summary Since 4.3.0 `import shallow from 'zustand/shallow'` is not working anymore. ## Link to reproduction https://codesandbox.io/s/admiring-feather-0r46z8?file=/src/index.ts
Website
I just realized that you have a website :) Its super useful! Is it hosted somewhere?
# Bug report Not sure if this is a bug or expected behaviour but when I add stuff to `externalResources`, it's not included in the newly created codesandbox when using...
# Bug report ## Packages affected - [x] sandpack-react ## Description of the problem When I use `template="svelte"`, it breaks when I use standard svelte functions like `setContext`. ## What...