Jordan
Jordan
@daviesaz fetch is used in the function that makes the request with the data that is injected through usePaginationRequest, you don't have to use useFetch, since a hook can't be...
In this case react does not detect the onBlur event because the focus of the component is not being removed, I think react cancels the events of the component when...
@alexandroppolus ```jsx const Modal: React.FC = ({ children, size = 'm', open, onClose, closable = true }) => { const dialogContainer = useRef(null); useEffect(() => { if (open) { noScroll.on();...
Review #636 @rahuldkjain
I would like to be able to in this feature
@devjs1000 can you explain how you would do it with an example, I can think of calling the onBlur in the cleanup of a useEffect but I'm not sure if...
You can use the following code to create a button that will disassemble when clicked. When disassembled, the Button component will execute the cleanup function, allowing you to perform any...
@corners2wall the default value for the position is right and the icon will always be outline
@corners2wall yes of course!
@ThisisMS11 I've assigned you this topic