Skip to content

Permission denied to access property "type" #838

Closed
@JeanCarriere

Description

@JeanCarriere

I get in production an error sometimes (firefox 50 / windows 10):
Permission denied to access property "type"

if (!evt) return;
                                if (evt.type === 'click')
                                    return clickHandler(evt);
                                else if (evt.type === 'keypress')
                                    return keypressHandler(evt);

I'm using the CDN

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions