You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an ecommerce project using Vtex Faststore. In this environment, I don't have access to the NextJS pages folder, which means I can't implement the <HelmetProvider /> component in the usual way.
Is there any alternative solution for my situation? I'm currently considering switching to the original React Helmet (non-async version) as a workaround.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hello everyone,
This is more of a question than an issue report.
I'm working on an ecommerce project using Vtex Faststore. In this environment, I don't have access to the NextJS pages folder, which means I can't implement the
<HelmetProvider />
component in the usual way.Is there any alternative solution for my situation? I'm currently considering switching to the original React Helmet (non-async version) as a workaround.
Thank you for your help!
The text was updated successfully, but these errors were encountered: