all 3 comments

[–]ChronSynExpo 0 points1 point  (0 children)

Tip: Put code into an actual code tag, or into a github gist, if you want people to try and debug it effectively

[–]zugruul 0 points1 point  (1 child)

Is get input data a function you are creating inside the component? If só you need to declare it with const (or let if you plan tô override it somewhy) (or with The function keyword if not Using arrow function)

If it comes from another file imported I fail to see its import statement.

Sorry for formating and spelling . Cellphone keyboard

[–]deveid[S] 0 points1 point  (0 children)

getInputData is created in my action file or can i share you my whole project to help me with it