aamodtgroup / frontity-contact-form-7

Contact Form 7 extension for Frontity.
https://frontity-cf7.aamodtgroup.com/
GNU General Public License v2.0
10 stars 4 forks source link

TypeError: Cannot assign to read only property ‘name’ of function #2

Closed kasperaamodt closed 3 years ago

kasperaamodt commented 3 years ago

I noticed that the Span and HiddenInput processors used export default connect(), while the other processors only used export default. So I removed the connect, and it started to work again.