Javascript – In LWC , event, event.target, event.target.value are undefined
I have a button that, when clicked, triggers another component. Before doing so it logs information about the event. I am new to LWC. I couldn't find the solution in LWC reference guide. <template for:each={animeData} for:item="anime"> <div key={anime._id} class="Anime-Item"> <div…