We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macOS Sonoma 14.6
Chrome 127.0.6533.73
low
The const total = 100; is unused and can be implemented in the createMarker() loop; or removed.
const total = 100;
createMarker()
Open Advanced Markers Animation sample index.ts file.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Operating system
macOS Sonoma 14.6
Browser Version
Chrome 127.0.6533.73
How severe is the bug?
low
Bug description
The
const total = 100;
is unused and can be implemented in thecreateMarker()
loop; or removed.Steps to reproduce
Open Advanced Markers Animation sample index.ts file.
Console log output
No response
The text was updated successfully, but these errors were encountered: