Abhijeet Singh

Results 40 comments of Abhijeet Singh
trafficstars

> @lopis partial solution is to run storybook with the `--docs` flag which collapses components in the nav This is what I was looking for. I want to be able...

I'm trying to migrate my codebase from react router v5 to v6. We had this code in v5: ```tsx import qs from 'query-string'; ... const params = qs.parse(location.search); ... history.replace({...

This feature is implemented in the razorpay fork through these Pull Requests: - https://github.com/razorpay/hypertrace-ui/pull/40 - https://github.com/razorpay/hypertrace-ui/pull/41 - https://github.com/razorpay/hypertrace-ui/pull/43 We've received positive feedback from the users. The feature has been in...

Doesn't look like this project is active anymore 😕

Hi! I've added the patch for Issue #4 Please take a look. Would love to hear your input on why the error occurred too. @random-forests

I've added the fix for issue #5 too.

It looks like this is more of a feature request than a bug. Shipping styles without compilation isn't really how Vanilla Extract is meant to be used. As a UI...

> It's not that complex. It gets complex in the context of Next.js because it [doesn't transpile node_modules][1] out of the box. And I'm not sure relying on Next.js to...

This should fix #75 @Rich-Harris @reed-jones @eventualbuddha Can you please check?

I'm getting the same error with TypeScript. The [migration guide](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#how-to-upgrade-to-the-new-jsx-transform) for the new JSX transforms in React v17 doesn't mention anything about TypeScript and this seems to be a TypeScript...