Sami Jaber
Sami Jaber
@steve8708 the issue is regarding a mismatch between the build and deploy environments (they have to be the same so that native dependencies like `isolated-vm` can be built and then...
No, the user will need to do something. IF a user builds their app on one platform and deploys it on another platform (like using `vercel deploy --prebuilt` on GitHub...
@haf these errors are caused by an upstream dependency (`react-masonry-component`) which does not explicitly state support for react 18 in its configuration. You can avoid the warning by following the...
Closing through https://github.com/BuilderIO/builder/pull/3705
I can't really read or understand the log you provided. is this coming from `pnpm create`? is there anything else you can provide?
@MaximeGratens what was the last version where this behaviour worked for you?
Marking this as closed given that it it resolved. Let us know if you still face any issues
@MaximeGratens As we are currently unable to reproduce this issue, we would need a reproduction (in the form of a Custom Component whose `` isn't loading) to be able to...
I don't see an issue in the playground you linked. Unclear to me what the problem is. Closing due to lack of information
This is specific to `class` for some reason: https://github.com/BuilderIO/mitosis/blob/b65d5282e927ed8019ce3c7fb94f7ecede025e6f/packages/core/src/parsers/svelte/html/element.ts#L251-L255 https://github.com/BuilderIO/mitosis/blob/b65d5282e927ed8019ce3c7fb94f7ecede025e6f/packages/core/src/parsers/svelte/html/element.ts#L76-L84 @raymondmuller is the one who wrote the Sveltosis parser, not sure what the reason was for this special behaviour 🤔