Afzal Sayed

Results 16 issues of Afzal Sayed

### Reproduction demo: https://codesandbox.io/s/framer-motion-preact-forked-ip6tb?file=/app.js ### Steps to reproduce Click on the square blue box ### Expected Behavior The box should animate when it's height changes demo: https://codesandbox.io/s/framer-motion-2-layout-viec0?file=/src/App.js ### Actual Behavior...

help wanted
compat
2-phase-commit

Is it possible to cancel an active drag on pressing Escape key?

question

# Description I'm trying to implement basic auth for a project deployed using a serverless component (serverless-next.js). The following post demonstrates how it can be done with serverless framework https://medium.com/@Da_vidgf/http-basic-auth-with-api-gateway-and-serverless-5ae14ad0a270...

## Describe the feature Is there a way to implement responsive props with linaria similar to https://github.com/emotion-js/facepaint? ## Motivation When implemening a primitive component using `Box` or `Text`, it is...

feature: proposal 💬

## Describe the feature Is it possible to provide `forwardedAs` prop similar to that of [`styled-components`](https://styled-components.com/docs/api#forwardedas-prop) along with the usual `as` prop? ## Motivation When nesting and overriding styled components...

needs: triage 🏷
feature: proposal 💬

I stumbled upon a use case where I have to override a default library style applied inline to a component. In this case the following doesn't work as inline styles...

## Summary ## How did you test this change? There seems to be a discrepancy in `eslint-plugin-react-hooks` when testing exhaustive deps. The following code reports an error: ```js const foo...

CLA Signed

## Summary Recreating #22044 Rebasing my fork triggered GitHub to close the original PR > ## Summary > It seems that it is possible to use react hooks as callback...

CLA Signed

1. The top overlay over the thumbnail should be shown only when activated as that is when title is displayed on top of it. 2. Pseudo selectors like `::before`, `::after`...