Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors with the StackBlizt Custom UI version #2

Open
glaprida opened this issue Oct 14, 2023 · 2 comments
Open

Errors with the StackBlizt Custom UI version #2

glaprida opened this issue Oct 14, 2023 · 2 comments

Comments

@glaprida
Copy link

Hi there. I downloaded the customized UI project from stackblitz (https://stackblitz.com/edit/grapesjs-react-custom-ui?file=src%2FApp.tsx ) and try to run it; but I get some errors.

First, there seems to be a routing error with App.jsx but that was easily solved by changing the extension to .js

But then I keep getting some error with babel, and a very discouraging message about how it's not being maintained anymore.

Honestly, I wouldn't wanna work with unmaintained dependencies since I figure it would be a headache down the road.

Any suggestions?

@bfullstack
Copy link

Hi, I used your code from (https://stackblitz.com/edit/grapesjs-react-custom-ui?file=src%2FApp.tsx) and I added the form plugin package from "grapesjs-plugin-forms" and after that when i drop the select dropdown in canvas then when i try to open the dropdown its not opening and not working do you have any idea or any solution for this please let me know

@glaprida
Copy link
Author

glaprida commented Nov 7, 2023

I have switched to the base GrapesJs version (I still run it in a ReactJs environment but I'm not using the wrapper, mainly because of the lack of documentation specific to this wrapper... I have found that things are quite different than the base implementation).

Anyway, I solved the babel error message by running the following command

npm i @babel/plugin-proposal-private-property-in-object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants