Tomasz Pluskiewicz
Tomasz Pluskiewicz
Can you please elaborate why the payload should be increased? By the way, I was thinking about this and maybe a better solution is a callback value for that consumers...
> Could you explain your other idea? At a first glance this seems a similar solution as to configure the SSR ElementRenderer. Yes, I suppose it can be similar. I...
More specific how? node dependencies in decap codebase make bundling and running ESM decap in browser problematic. _(I typed `node` but I meant `path` - edited now)_ Also, when I...
Fine, I edited the issue description. But you will not find anything which I did not already mention
I also tried to keep the CDNed decap and use `react-bootstrap-typeahead` in a custom widget: ``` Warning: Invalid hook call. Hooks can only be called inside of the body of...
Just in time for me. Perfect! Let's see on Thursday
I just tried to build with esbuild. It still requires the node polyfills for `path` and `stream` which is a bit of PITA. Additionally, this: ``` ✘ [ERROR] No matching...
Vite in dev mode show the same runtime error. Interestingly, in production build only the two react errors remain and default functionality works but I still get `No control for...
No wait, my mistake. With `vite` I inadvertently built from the esbuild output and not the actual source :) So final verdict is that plain `esbuild` does not work but...
Is the `Failed prop type` related? Strange I only see it with esbuild and dev-mode vite