diff --git a/.hintrc b/.hintrc index acfa6610..571c4637 100644 --- a/.hintrc +++ b/.hintrc @@ -21,7 +21,13 @@ ], "html-checker": "off", "content-type": "off", - "meta-charset-utf-8": "off" + "meta-charset-utf-8": "off", + "axe/parsing": [ + "default", + { + "duplicate-id": "off" + } + ] }, "browserslist": [ "defaults", diff --git a/src/waldiez/components/nodes/model/main.tsx b/src/waldiez/components/nodes/model/main.tsx index a074a606..772e34a1 100644 --- a/src/waldiez/components/nodes/model/main.tsx +++ b/src/waldiez/components/nodes/model/main.tsx @@ -31,6 +31,7 @@ export const WaldiezNodeModel = ({ id, data }: NodeProps) => {
) => {
) => {
) => {
) => {
) => {