Relative Content

Tag Archive for htmlreactjs

What should I test to website that is a solid website

I am creating a website before publishing online I would like take care all of the security stuff and buggy things and I am pretty new about this topic I try the basic things like sql injection and trying to reach data by using get from inspect and I dont know what to do next.

mistake in using id in react html tag

Listen, do you happen to know how to remove the error? I put on div id – that on clicking the button would go to this place in the page. but id stands out as an error – Type ‘{ children: (’‘’ | Element | undefined)[]; id: string; className: string; }’ can not be assigned to the type “DetailedHTMLProps<HTMLAttributes, HTMLDivElement>”.ts(2322). The ‘id’ property does not exist in the ‘DetailedHTMLProps<HTMLAttributes, HTMLDivElement>’ type.ts(2322). while everything is running locally, everything works, although it is highlighted in red. when building, an error with this id comes out. I don’t understand how to fix it. react typescript application