Andrés
Andrés
Thanks @arggh still an issue for me. Is there an official solution?
Can confirm. I was having exactly this issue and these versions fix it ``` json "dependencies": { "react": "^18.2.0", "@react-email/components": "0.0.18-canary.0", "@react-email/tailwind": "0.0.17-canary.0", "react-email": "2.1.3-canary.2" }, ```
Hi, I manage to ship a StencilJS component and a react wrapper The component is a `iframe` wrapper that syncs fields between the react app and the iframe Here is...
Yes, I would do the example with Rollup as the build system for the React library. I think it is the most commonly used. And the react app using the...
I think the issue could be here no? https://github.com/Netflix/pollyjs/blob/master/packages/%40pollyjs/core/src/-private/http-base.js#L104 `req.headers` are freeze so I can't modify them. Is there any other way of obfuscate headers values?
Subscribed to this issue : ) I want also to be able to sort a `n -> m` relation. `ingredients -> ingredient_translations`. Order by `ingredient_translation.name.asc` ``` javascript model Ingredient {...
I see a general agreement on not doing the `setConnector`. I'll try to do the spy instead
We are using with React 18 without issues
Not working for me ```json "drizzle-orm": "^0.31.2", "drizzle-kit": "^0.22.7", ``` ```javascript export const countriesEnum = pgEnum('country', [ 'us', // United States 'uk', // United Kingdom 'de', // Germany 'fr', //...