You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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?
The text was updated successfully, but these errors were encountered: