beatriz
beatriz
@Tanja-108 @sarafinaa Master was renamed to main. What you're choosing is the branch, not the repository (repository is the folder or project you're working on (Notion-Widget) whereas branch is the...
I'd guess getting the specific child is more efficient because it'd only return data in that child rather than the whole database
- downgrade to Python3.9 - uninstall pycryptodome - reinstall pycryptodome to the newest version (pip will give you a dependency error, just ignore it)
You can do this by creating your custom toast. For example, ``` export const toastConfig = { clickableToast: ({ text1, text2, props }) => ( {text1} {text2} ) } ```...