framer / plugins

A collection of example Framer Plugins.
https://developers.framer.wiki/
MIT License
71 stars 16 forks source link

Notion import does not handle slug duplicates #78

Closed fredm00n closed 3 weeks ago

fredm00n commented 1 month ago

Describe the bug Notion import failed due to duplicated slug

To Reproduce Simply import a Notion DB that has duplicate entries.

Suggestions to fix/improve

Screenshots image

Many thanks fred

niekert commented 3 weeks ago

Hello! Thank you for raising the issue about the error not being displayed correctly. We fixed that in a recent version now.

About slug duplicates: we feel like duplicate slugs in a database likely indicates that you are adding duplicates items, and that this should be fixed at the source (in Notion) rather than the Plugin suffixing items with the same slug for you, because that behavior is a little implicit and easy to miss with a large collection.

Hope that makes sense.