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

Cannot read property 'stopPropagation' of undefined when confirming record deletion #3873

Closed
panfiva opened this issue Oct 24, 2019 · 3 comments
Assignees
Labels

Comments

@panfiva
Copy link

panfiva commented Oct 24, 2019

I am using react admin 3.0.0-beta.3 with dataProvider = jsonServerProvider('http://jsonplaceholder.typicode.com'); 3.0.0-beta.3

I have a sample edit form for posts per react-admin tutorial (https://github.com/marmelab/react-admin/blob/next/docs/Tutorial.md) and added "undoable={false}" to edit form. This setting triggers confirmation prompt. When I click "confirm", I get an error "Cannot read property 'stopPropagation' of undefined". I also notice that the browser is javascript files.

Attached screenprint shows files reloaded after I clicked confirm and the error message.
image

Source Code is attached.

react-admin-app-3x.zip

@vnnw
Copy link

vnnw commented Oct 25, 2019

Same here.

@djhi
Copy link
Collaborator

djhi commented Oct 25, 2019

Thanks for the report!

@fzaninotto
Copy link
Member

fixed by #3889

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

No branches or pull requests

4 participants