Dan
Dan
As a hacky workaround to suppress the linting error, if you're using expression language, you can have an expression that returns a string. For example, instead of: `arguments: ['something']` you...
I ran into this, and realised that it's easier to ignore the controls slot entirely, and do it manually instead. e.g. ``` ... Control the slider Previous Next ```
Same problem here. I worked around it by: 1. built a new Laravel v10 project 2. installed the repos there 3. copied the repos over to my v11 project, into...