Daniel Prado
Daniel Prado
Based on [this comment](https://github.com/vitejs/vite/issues/3675#issuecomment-882100018) I discovery a workaround: ```jsx const Component = styled(({ className }) => { //
The real problem is not with styled, is with any HOC. ```js const Component = ({ className }) => { return hi! } const myHOC = (Component, className) => {...
Maybe related to facebook/react#20417 and facebook/react#21104
@patak-js please reopen we still discussing it haha @gaearon it was the workaround that I found to try to understand the behaviour. The problem is with this very common syntax:...
Here: https://stackblitz.com/edit/vitejs-vite-k3bzhu?file=src/Test.jsx Try to change the background-color or try to change the parameter of the TestMyHoc. TestMyHocWorking is an example where refresh is working as expected, I think is because...
I've just update the code with more examples.
Here an example with rect-sctipts: https://stackblitz.com/edit/react-ptscnt?file=src%2FTest.jsx
só transforme essa data em Date e irá funcionar corretamente `$scope.data = new Date('2016-04-27T12:00:00Z');`
#DICA O ideal é transformar todas as string de data na camada de service/factory e trabalhar sempre com o tipo DATE, lógico que isso varia de caso para caso. Eu...
any updates?