You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please specify what version of the library you are using: [ 1.12.0 ]
Question
Hi!
I am trying to add default TermLabelAction using code below, but VS Code keeps telling me "Cannot find name 'TermLabelAction'. What should I import to make that work?
Seems that this class was not exported correctly. I have implemented a fix for this which will be included in version 1.13.2. Please feel free to test out the latest beta.
Category
[ ] Enhancement
[ ] Bug
[X] Question
Version
Please specify what version of the library you are using: [ 1.12.0 ]
Question
Hi!
I am trying to add default TermLabelAction using code below, but VS Code keeps telling me "Cannot find name 'TermLabelAction'. What should I import to make that work?
termActions={{
actions: [new TermLabelAction("Get Labels")]
}}
Cheers
-Jarkko
The text was updated successfully, but these errors were encountered: