Louis JR

Results 3 comments of Louis JR

Try something like this: ` var mappingObject = new MyClassMap(yourStringArray); csv.Configuration.RegisterClassMap(mappingObject);`

I will note on this, our CI is running on Linux. I was also able to get this working locally using Node 18.18.0 but then in our CI moved to...

+1 I am animating a list of elements in and want to animate them out on click of a button, can't seem to trigger this if v-if unloads the elements...