I had the same issue.
Making the input value Const will fix the warning, and const. is fine because you don’t get or edit variables with event dispatchers anyway.
Hope this helps.
I had the same issue.
Making the input value Const will fix the warning, and const. is fine because you don’t get or edit variables with event dispatchers anyway.
Hope this helps.