lionelhorn
lionelhorn
For additionnal feedback, I've also encountered - Screenshots (automatically captured) - - https://html2canvas.hertzen.com/ - Recordings (but probably too cumbersome to be easy enough to use. May also not be implemented...
I'm getting the same `__webpack_exports__ is not defined` error in prod. Webpack 5. No error in development mode.
As the api seems to have changed a bit since marshal, how could I achieve the following with `@deepkit/type`: Let's say I have the following type ```javascript class Lifecycle {...
@quolpr Thanks for the help. I dug into it a bit more. `Uncaught (in promise) ReferenceError: Worker is not defined` seen in my previous attemps is I think related to...
I made a simple test case using example "with-content-scripts-ui" Green arrows shows the same comment in code. But the mapping from generated file to original source is wrong. Line 7...
Using this tool https://evanw.github.io/source-map-visualization/ issue is even clearer.
@bric3 I tried to have a look at the issue. My approch was to get the initialData and only then render the ```tsx ``` component. Doing it like that, it...
Changed too much stuff in my fork to be able to do a small PR. But I linked my version above. I would be glad to help to get this...
@bric3 Many of the deps I used are not necessary but are what I'm familiar to and I used them to get something running quickly. My first issue (that may...
I tried to do a simpler rewrite by not introducing any additinal deps (no vite, no tailwind, no mobx). The only thing I didn't manage to do was a clean...