Johan Otterud
Johan Otterud
Thanks Jeroen! What I had to do was use the regular aurelia-cli instructions, and then use the script tags. That made it all work. I hope you can get some...
You can get it working by following the old cli instructions + manual script tag. But I hope we can get an official new documentation! 2017-05-16 8:38 GMT+02:00 arnevdv :...
I got this working, check out this stackoverflow thread: http://stackoverflow.com/questions/36247052/aurelia-clear-route-history-when-switching-to-other-app-using-setroot/40170520#40170520
We where just going to start using ReactJS.NET and it worked great until we imported our component library which uses Emotion 10 (`@emotion/core`). The error we get is that any...
Hi again @dustinsoftware thank you for your hard work on this project! After searching around it seems there is a problem with the latest version of `@emotion/core` that I ran...
Another clue to a solution could perhaps be this: https://emotion.sh/docs/cache-provider Using the cache provider I should be able to tell emotion to insert all style tags into a specific HTML...
A lot has changed in Emotion 10, but I think I am closer to a solution. I got exactly the same error in node as in ReactJS.NET. It seems that...
Thank you for your suggestion @dustinsoftware I started looking into the using the JSEngineSwitcher.Node but it was such a deep rabbit hole, had problems with getting it working in our...
I also really need this one. I implemented all my file logic using the file system api (for me I also got better performance than doing file operations over ipc...
Thank you @stevehanson for your solution! @teddybradford I created a full sample repo that others can use, could be linked to in the documentation I guess :) https://github.com/johot/storybook4-cra2-typescript-react-docgen-typescript-demo