Debugger message? help

This is showing up in my debugger?? can anyone help?

‘Element input twitter link initial content’
‘Circular reference evaluating the input’s initial content’

I set up a input for users to input their own twitter account within their profile.
On the dynamic users page(the public view profile) its the twitter image you click instead of the a input to be directed to their twitter account.
I now the above message is in my debugger?

You have set the input’s initial value to be that input’s value (Its output). This makes no sense of course, so it’s telling you to change that.

This is called a circular reference.

2 Likes

Solved thank you :pray:t4:

This topic was automatically closed after 70 days. New replies are no longer allowed.