Open crookse-cl opened 11 months ago
While adding in the ArweaveWalletKit component without passing in the permissions config, I noticed these default permissions were set: https://github.com/labscommunity/arweave-wallet-kit/blob/4249701afddae9457f8323e18ea3817c8d462f8d/src/components/Provider.tsx#L99
ArweaveWalletKit
permissions
Should the docs show the defaults that are set in the code or should the code default to an empty array?
IMO we should update the docs to show the defaults set in the code
Summary
While adding in the
ArweaveWalletKit
component without passing in thepermissions
config, I noticed these default permissions were set: https://github.com/labscommunity/arweave-wallet-kit/blob/4249701afddae9457f8323e18ea3817c8d462f8d/src/components/Provider.tsx#L99Question
Should the docs show the defaults that are set in the code or should the code default to an empty array?