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

LocalJumpError in WidgetsAdmin::Admin#new #11

Open
romaingibs13 opened this issue Jan 25, 2022 · 1 comment
Open

LocalJumpError in WidgetsAdmin::Admin#new #11

romaingibs13 opened this issue Jan 25, 2022 · 1 comment

Comments

@romaingibs13
Copy link

romaingibs13 commented Jan 25, 2022

Hello I'm trying currently to integrate the trestle gem tinymce and I'm getting this error as I try to jump on the page where it's located:
Screenshot 2022-01-25 at 16 38 19

Note: I'm trying to integrate that in a Rails 7 Engine
Obviously I followed every installation steps and made sure the require and dependecies were taken care of otherwise I would get an undefined method error of editor

@spohlenz
Copy link
Member

This looks like it's coming from the row helper in trestle core, which requires a block to be passed.

Do you perhaps have a row within your form block that doesn't have a block?

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