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.
How to download a csv file form assets folder when click a anchor tag using react Js
I am trying to download a CSV file which resides in my project assets folder by clicking an anchor tag. But when i do this i got an error message like this “”File wasn’t available on site”. Tried many solutions, but none of them work.
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