Trang Le
Trang Le
In this project , users have to add access tokens to the `.env` file. Then whenever new files are added to a Dropbox app folder, Netlify will run a custom...
Hi Andreas, I'm having this problem after running sudo /usr/bin/python auto-selfcontrol.py: Traceback (most recent call last): File "auto-selfcontrol.py", line 10, in from Foundation import NSUserDefaults, CFPreferencesSetAppValue, CFPreferencesAppSynchronize, NSDate File "/Library/Python/2.7/site-packages/pyobjc_framework_Cocoa-3.2.1-py2.7-macosx-10.12-intel.egg/Foundation/__init__.py",...
fixes #20924 When adding unsupported HTML tags to `next/head` component like ``, ``, the console shows an unhelpful next-head-count is missing error and the content of next/head ends up in...
## Summary I've noticed that even PRs that just involve documentation changes have failed recently due to new Node.js version. I'm changing the Node.js workflow to only build and test...
fix #5617 **Summary** Currently, the default branch in Github, Gitlab and Bitbucket is set to be `main` instead of `master`. However, when people use Netlify CMS and don't specify the...
#### Description The `getCollectionData` only requires two parameters, as shown in this [README](https://github.com/NotionX/react-notion-x/tree/master/packages/notion-client). However, the typing makes it look like it requires a third parameter, `collectionView`, which is in fact...
#### Description NotionRenderer is one of the most important modules exported by `react-notion-x`. Aside from the required prop `recordMap`, it accepts many optional props which makes it quite confusing to...
#### Description Probably fixes #316 When `fullPage` of component `` is omitted or set to `false`, both `className` and `bodyClassName` are assigned to the `` element. ``` ``` I think...
https://github.com/NotionX/react-notion-x/blob/015c6816c0d63743e1b57272373457022daacba5/packages/react-notion-x/src/context.tsx#L79 In `NotionRenderer`, if `fullPage` is set to true, the rendered html will include a `` element that includes breadcrumbs. AFAICT there is no way to override this `` and...
https://github.com/NotionX/react-notion-x/blob/015c6816c0d63743e1b57272373457022daacba5/packages/react-notion-x/src/block.tsx#L254 According to the source code, when `fullPage` prop of NotionRenderer is set to `false` or left out, both the values of prop `className` and `bodyClassName` are added to the...