near / docs

NEAR Protocol Documentation
https://docs.near.org
Apache License 2.0
143 stars 349 forks source link

[BUG] Argument of Type Uint8 Array is not assignable to parameter of type PublicKey #2102

Closed s-n-park closed 1 week ago

s-n-park commented 2 weeks ago

Describe the bug 🐞 User reported bug: "Argument of Type Uint8 Array is not assignable to parameter of type PublicKey" for the page SDK JS Promises create account (feelback)

Expected behavior

Screenshots If applicable, add screenshots to help explain your problem.

Location 🎯 Please link to the page that you see this issue.

bucanero commented 2 weeks ago

Note: we recently moved away from /sdk/*** documentation and merged+migrated everything to a single learning path for building smart contracts.

We need to confirm this reference to Uint8 still exists (might have been removed already)

bucanero commented 1 week ago

This was fixed in https://github.com/near/docs/pull/2087