TypeError: Cannot read property 'y' of undefined

ver: 1.10.8

Experienced an error as I simply click "accept" on the annotator

The full log is:
in t
in Jss(t)
in div
in t
in Jss(t)
in Unknown
in t
in Jss(t)
in div
in div
in t
in Jss(t)
in Connect(Jss(t))
in main
in div
in Shortcuts
in t
in n
in Jss(n)
in Connect(Jss(n))
in t
in t
in Connect(t)
in t
in t

Hi! Thanks for the report. Could you share the exact command you ran and/or the code of a custom recipe? And do you have an example of the input data you're loading?

Hi vinitrinh.

I've met the same error but when clicking "wrap" checkbox instead of "accept". For me the problem is line splitters "/n" at the end of sentences need to be labeled. Hope it helps.

hi Ines, I'm having the same problem as Julian!

The command I ran:

python -m prodigy rel.manual mexican_dep_parsing_july_1 es_core_news_lg NER_updated_version.jsonl -l operating_in -AE

The interface before I click the "wrap" checkbox

The interface after I click the "wrap" checkbox

I'm on version 1.11.7

Could you share the example you're trying to run so that we may be able to reproduce this locally?