-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using multiple of the same sections with different sessionIds shows incorrect content #21
Comments
Looking through the code now, it appears there's no filtering on sectionId. I guess I made an incorrect assumption that the sectionId would provide this type of behavior. This issue should really be a feature request. |
Hi @willcode4food and thanks for opening this issue! This could very well be the case - the use-case of adding the same section several times on a single page isn't 100% thought through at the moment 😄 I will take a look as soon as I can 🤞 |
Actually run into the same problem, I tried using multiple |
Hello! |
There hasn't been any change unfortunately. If someone wants to pick up this issue, I would love to have a PR for it 🙌 |
Taking this on (at least for the Projects section) and will deliver a PR within the next days. |
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
including documentation update Fix konstantinmuenster#21
The feature is ready for review! |
Hi! Thank you so much for the theme. I haven't made a gatsby site in a while and the theming feature allows for a quick turnaround. I am having one issue however. I am using the
AboutSection
with multiple markdown files with unique filenames and section ids. However sometimes the pages with the AboutSection renders the incorrect piece of content. For example I have a file structure in the content folder like thisBut the
AboutSection
component with asectionId="safety"
renders the about.md content. If I clear the cache it will sometimes render the correct content. This happens locally and on Netlify. Any help would be much appreciated. Thanks in advance.The text was updated successfully, but these errors were encountered: