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
original (line 184 in create-card.js) Array.from({ length: 38 }
should be Array.from({ length: 40 )
to accommodate Reaper and Sage for Card Creation, otherwise Object error appears similar to that in the provided image
The text was updated successfully, but these errors were encountered:
original (line 184 in create-card.js)
Array.from({ length: 38 }
should be
Array.from({ length: 40 )
to accommodate Reaper and Sage for Card Creation, otherwise Object error appears similar to that in the provided image
The text was updated successfully, but these errors were encountered: