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

Bug in older Safari browsers #17

Open
Lumeriol opened this issue Nov 30, 2021 · 0 comments
Open

Bug in older Safari browsers #17

Lumeriol opened this issue Nov 30, 2021 · 0 comments

Comments

@Lumeriol
Copy link

On Safari 13 and older, there is syntax error in code:
SyntaxError: Unexpected token '='. Expected an opening '(' before a method's parameter list.

Problems are with this code

init = () => {
	this.removeBySelector('.happy-radio');
	this.removeBySelector('.happy-checkbox');

	this.initRadio();
	this.initCheckbox();
}
``` and similars, because public field declarations are not supported up to Safari 14.1.

And as a dependent library for DataGrid it could not be used on older Apple devices.
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

1 participant