DimitriGilbert / DimitriGilbert/Formedible
New TS error in use-formedible.tsx
- Dominant language
- TypeScript
- Stars
- 47
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Error: target.getAttribute is not a function
line 1299 : `const fieldName = target.getAttribute("name") || "";`
`useFormedible.useEffect.handleBlur@http://localhost:3001/_next/static/chunks/apps_web_src_a8246ea0._.js:7569:54
EventListener.handleEvent*useFormedible.useEffect@http://localhost:3001/_next/static/chunks/apps_web_src_a8246ea0._.js:7623:26`
line 1324 : `const fieldName = target.getAttribute("name") || "";`
`useFormedible.useEffect.handleFocus@http://localhost:3001/_next/static/chunks/apps_web_src_a8246ea0._.js:7598:50
EventListener.handleEvent*useFormedible.useEffect@http://localhost:3001/_next/static/chunks/apps_web_src_a8246ea0._.js:7624:26`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.