When I am using the SBL ConTeXt files for citations, if I add a line `\setupinteraction[state=start` my code starts complaining:

Undefined control sequence \currentbtxloctext

<macro> \16>:btx:sbl:cite:inline
    #1->\fastsetup {\s!btx :\s!cite :concat}\fastsetup {btx:sbl:cite:lefttext}\begingroup \letbtxparameter {punct}\empty \def \currentbtxcitealternative {inline}\def \currentbtxcategory {\btxfield {category}}\def \currentbtxloctext
    {\btxparameter {loctex
<macro> \normalexpanded
    \Word {\fastsetup {btx:sbl:cite:inline}
    }\doif {\btxparameter {righttext}}{\empty } {\btxperiod }
<macro> \strc_constructions_register_yes

...

Is this package incompatible with interaction?

--Joel