haxxxton

Results 12 comments of haxxxton

A solution to this issue is likely to also solve #18

@CSchulz good pick up! title of the other issue didnt seem related, but the solution appears the same. Questions still stand, but happy to be merged/marked as duplicate if they...

@ptitdje45, i created a fork of this repo and did a find and replace for all instances of `$viewContentLoaded` with `$stateChangeSuccess`. It is currently failing on 3 tests as part...

@p0lar-bear did you have a go using my suggested change of `$stateChangeSuccess`? it might be nice to see if that is a viable solution in other people's implementations

@aleqsio any chance you could amend your PR to only include the changes you intended to commit rather than ones that have been changed from something like prettier (quotes, line...

as a note, this also appears to fail if you have a dynamic style that contains a media query, but even worse, as it completely ignores the media query value...

@heysujal , i dont find that myself. when i do something with double quotes i end up with html entities like `"` instead. For example: ```jsx // input ``` ```html

my work around at the moment, is a second typescript step to post-process the built file output from react-email. let me know if you'd like a gist of it.. its...

@bukinoshita @heysujal heres the fixer ts file. i have included how i run it, and my current package.json file. it basically just does regex replacements within the file https://gist.github.com/haxxxton/1ae485b1896eed22d8f16808de696a02

this might help with y'all above, as i was encountering the same issue. My application is such that i have a `Context` around my routes that would store an array...