We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48169ba commit 259df80Copy full SHA for 259df80
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-nlp-annotate",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"homepage": "https://waoai.github.io/react-nlp-annotate/",
5
"dependencies": {
6
"@material-ui/lab": "^4.0.0-alpha.56",
src/components/NLPAnnotator/index.js
@@ -82,7 +82,6 @@ export default function NLPAnnotator(props: NLPAnnotatorProps) {
82
})
83
84
let annotator
85
- console.log("props.type", props.type)
86
switch (props.type) {
87
case "label-sequence":
88
annotator = (
0 commit comments