You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thanks for a great tool.
I found the state issue.
AdUnitChipComponent has labelText state like this const [labelText, setLabelText] = useState<string | null>(adUnit.code);
For example, when namespace is changed and also adunit is changed, the labelText will not reflect the change.
The text was updated successfully, but these errors were encountered:
Hi. Thanks for a great tool.
I found the state issue.
AdUnitChipComponent has labelText state like this
const [labelText, setLabelText] = useState<string | null>(adUnit.code);
For example, when
namespace
is changed and alsoadunit
is changed, the labelText will not reflect the change.The text was updated successfully, but these errors were encountered: