I am using conditional rendering and myu formula is returning false but my component is not disappearing like it should. Any idea what is going on?
This also occurs when I publish the app.
I am using conditional rendering and myu formula is returning false but my component is not disappearing like it should. Any idea what is going on?
This also occurs when I publish the app.
probably because you are returning strings.
true and false are booleans, but "true" and "false" are strings that are truthy values
try changing your expression by just using true and false booleans
This topic was automatically closed after 75 days. New replies are no longer allowed.