Víctor Casas
Víctor Casas
Using the usePrice hook doing destructuring to use `price` `basePrice` and `discount` this throws a Typescript error. ```jsx const { price, basePrice, discount } = usePrice({ amount: product.offerPrice, baseAmount: product.price,...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```txt Operating System: Platform: darwin Arch: arm64 Version:...
## Summary In a Typescript project it would be very useful if `react/prop-types` could validate that apart from the TS definitions the PropTypes definitions are made, so that both work...
Agregar todos los inicializares de React más populares, para ello se agrego Nextjs, Gatsby y Create React App. Se agregaron en orden de popularidad según https://npmtrends.com/@vitejs/plugin-react-vs-create-react-app-vs-gatsby-vs-next
### Is there an existing issue for this? - [X] I have searched the existing issues and my issue is unique - [X] My issue appears in the command-line and...
## Description This PR fixes the syntax highlighting issue for .tsx files in the TSX language. Previously, the heuristic required detecting a React import pattern in the code. However, in...
## Describe the bug When opening a pull request or when the code is merged into the main branch, the syntax highlighting for `.tsx` TypeScript React files doesn't work properly,...