Armaan A
Armaan A
For me it works when you add: ```py app.config['SESSION_TYPE'] = 'filesystem' ``` Anyways this project seems dead , and the forks of this project are also dead. Any good alternatives...
Fork fix works, I guess we just have to wait for the fork to get merged into the main repository 😕
Hey thanks for using this! The codebase is kinda old so I'll have to look into this a bit and although I can't guarantee this will be added I will...
The issue lies in the library `notion-client` which is used by this repository. I created a pull request to fix the issue: https://github.com/NotionX/react-notion-x/pull/505 but in the meantime you can use...
Created a pull request to fix this 👉 https://github.com/NotionX/react-notion-x/pull/505
In the meantime while we wait for the pull request to be (hopefully) merged, you can use [`patch-package`](https://www.npmjs.com/package/patch-package) and the following patch file to fix the issue: [notion-client+6.15.6.patch](https://github.com/NotionX/react-notion-x/files/11986029/notion-client%2B6.15.6.patch)
Slightly hacky but I found this works: ```tsx import type { AProps } from "react-html-props"; import Link from "next/link"; const PageLink = ({ href, children, ...props }: AProps) => {...
Created a config plugin to achieve this :) **with-add-pod-deps-to-targets.ts** ```ts import { withDangerousMod, type ConfigPlugin } from "@expo/config-plugins"; import { mergeContents } from "@expo/config-plugins/build/utils/generateCode"; import fs from "node:fs"; import path...
A slightly hacky workaround I'm using for now: ```ts try { require("server-only"); } catch (err) { if (err && typeof err === "object" && "code" in err && err.code ===...
I'd say keep the issue open because the react-native-vector-icons version hasn't been updated yet in this library and the process for doing so seems quite complex: https://github.com/expo/vector-icons?tab=readme-ov-file#how-to-upgrade-the-react-native-vector-icons-version