Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly refresh shadows and rounded corners
JavaScript's .forEach function does not work the way I expected it to, it seems like you have to do `.forEach((e) => ...)` instead of `.forEach(...)`, so my code wasn't refreshing the state properly. Thanks to @bsneed for pointing this out.
- Loading branch information