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
Vulcan client crashes whenever I click on the Edit Account button on UsersProfile page. It happens on my custom package as well as a clean Vulcan-starter so it’s not a problem on my end.
NewsletterSubscribe.jsx:25 Uncaught TypeError: this.context.addToAutofilledValues is not a function
vulcan_newsletter.js:133 Uncaught TypeError: this.context.addToAutofilledValues is not a function
It appears to be a problem with in the NewsletterSubscribe.jsx component from the vulcan-newsletter package —specifically this line (line 25):
Vulcan client crashes whenever I click on the Edit Account button on
UsersProfile
page. It happens on my custom package as well as a clean Vulcan-starter so it’s not a problem on my end.So this route http://localhost:3000/users/david/edit
It quickly flashes the
UsersAccount
page before it blanks out.It appears to be a problem with in the
NewsletterSubscribe.jsx
component from thevulcan-newsletter
package —specifically this line (line 25):I tried removing that line, and then it stops crashing, but then I get this in my console:
So the autofill function needs to be there, just not sure why the current one doesn't work..
The text was updated successfully, but these errors were encountered: