jrmyio

Results 48 comments of jrmyio

Did some more browser testing. FireFox works completely, it even continues the actual transitions of the opacity/scaling etc without hacks. Edge has the same problem as Chrome, but it doesn't...

Ok, digged some more to see why we are even touching entering/leaving transitions because if we don't touch them they should just animate/call their `transitionend`. Commenting the following lines seems...

Tested in storybook, the lines are not made redundant by other changes. When I spam "Shuffle Items" on Enter/Leave Animations - composite > default (elevator preset) the shuffling shows unintended...

A problem might be that whenever FlipMove is rendered items that might actually still be "entering" (that don't have "entering" set to false yet) have their entering value removed on...

I take back that we need 'entered' as a prop. I think we need to get rid of 'leaving' and 'entering' as currently it seems to be possible that element...

@ohjames I know, but you can ignore that commit for now as just adding entered doesn't cut it. I am currently in the progress in overhauling the "cild status" (aka...

@joshwcomeau Things were coming along nicely until I hit the following CSS Transition limitation: http://jsfiddle.net/connexnl/qq6y4aww/2/ This basically happends when you are shuffling items and React calls appendChild() to move/readd an...

I have not upgraded to tRPC 10 yet so I am not sure if this is now supported somehow? But I got another use case. What if the validation depends...

@KATT that url doesn't seem to be valid anymore. Would still love this feature or a work-around even if it involves some fiddeling with types.

> https://trpc.io/docs/server/procedures#reusable-base-procedures Thanks. I looked a little bit more into the use() and middlware options and came up with the following: ```ts // you can store this middleware in a...