codemonkeynorth
codemonkeynorth
`Cannot read properties of null (reading 'getBoundingClientRect')` I think this happens if the the element is not ready in `getSliderInfo()` quick fix: ```javascript var getSliderInfo = function getSliderInfo() { var...
Hi, it would be useful to be able to disable the keyboard interaction events. For this project I only want the user to be able to use the mouse on...
Hi, it seems that the Slider will take a `{value}` prop but it's not mentioned in your docs. however the following doesn't seem to work anyway? ```javascript const defaultValue =...
receiving an error when trying to launch `ImportError: cannot import name 'handle_file' from 'gradio_client'` `Python 3.10.11` `gradio 4.40.0` `gradio_client 0.5.0` `gradio_imageslider 0.0.20` `gradio_rangeslider 0.0.6` thanks J ``` Traceback (most recent...
React Tools will show them in its tree, but **react-scan** does not  demo: https://m95j2x.csb.app/ code: https://codesandbox.io/p/sandbox/m95j2x?file=%2Fsrc%2FFragmentComponent.tsx%3A16%2C80 ```ts import Foo from "./Foo"; type FragmentComponentProps = { count: number; }; const...
call to `texture.source.update();` in the filter seems to be causing the render texture to clear to black the filter works fine when using a canvas based texture instead, example: https://www.pixiplayground.com/#/edit/zFDEytsuMRpXGCbejFGSR...