Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LabelText state does not update when namespace is changed #106

Open
saitoukun opened this issue Aug 21, 2024 · 0 comments · Fixed by #107
Open

LabelText state does not update when namespace is changed #106

saitoukun opened this issue Aug 21, 2024 · 0 comments · Fixed by #107

Comments

@saitoukun
Copy link
Contributor

saitoukun commented Aug 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant