Prince Owusu

Results 9 issues of Prince Owusu

Caused by the code below at https://github.com/sampotts/plyr/blob/01c5428fc4fb5550118042b6371e1151cb256918/src/js/plyr.js#L1140: // Reset overflow (incase destroyed while in fullscreen) document.body.style.overflow = ''; Describe the bug Plyr removes the style attribute when mounted. To Reproduce...

**Is your feature request related to a problem? Please describe.** Patch 'onload' is not fired for every patch request filepond makes. **Describe the solution you'd like** I would like patch...

enhancement

**Is your feature request related to a problem? Please describe.** Have you considered adding auth-kit.js without any react dependencies so that it could be used on most platform. I thing...

## What kind of change does this PR introduce? It add support without manually adding the query params in both 'as' and 'href' attributes. ## What is the current behaviour?...

First of all, I'd like to say, this is a very nice and intelligent library. Now for the question: Since milliseconds is known to be the basic unit of time,...

Consider using this ````jsx export const CodeInput = forwardRef(({ as, children, ...props }, ref) => { const Component = as; return ({children}); }); // Use case ````

### Is your feature request related to a problem? Please describe. When clicking on an enabled Skeleton animation, it still works. ### Describe the solution you'd like Consider applying a...

🔦 Type: Feature

``````jsx // Consider using a dyamic component: Example export const DynamicComponent = forwardRef(({ as, children, ...props }, ref) => { const Component = as; return ({children}); }); // Use case:...