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
refactor: Use array instead of Map for idToClassKey (#2321)
Switches idToClassKey to an array since ids are strictly incremented
from 1. This also allows us to drop the id generator use.
Co-authored-by: Dominik Inführ <dinfuehr@chromium.org>
0 commit comments