Hello
Can you help me with the last error please?
I get this error as return :
- The target attribute af the link, returned from the element function, should be equal to _self if no argument passed
This is my code: (I think I might be missing sth at the target attribute
`export` const element = () => {
return <a target="_blank" href='google.com'>Google</a>;
};