Closed ostephens closed 1 year ago
What could be the same error but with Firefox rather than Safari was reported on the OpenRefine mailing list https://groups.google.com/g/openrefine/c/U_XhP9sFBCY/m/28KtKSoIBAAJ
Does your version of Safari support ES6 properly?
Safari version is Version 16.0 (17614.1.25.9.10, 17614) I'm no expert in ES6 support, but from what I can tell... yes https://kangax.github.io/compat-table/es6/
I'll update with a new release from the current code that should fix this issue. In the meantime, you can compile your own if you like.
Any input on this issue and the proposed fix in the new release?
To recreate:
Error is:
which references this part of the code
specifically the error occurs at https://github.com/AtesComp/rdf-transform/blob/bc8a191252b3f92c14f24440139f3edc60a03d35/src/main/resources/module/scripts/rdf-transform.js#L93
If I instead access the UI via Chrome, the project loads and no errors are reported in the console