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 currently using Hermes on a project that has some dependencies issues and cannot be used with modules at the moment.
Thing is, this hermes version supposedly supports the old dep system, but the ToHTML method (line 76) on hermes.go uses the blackfriday/v2 dependency which only works with modules and I can't make a proper build of my project without commenting it.
The text was updated successfully, but these errors were encountered:
I'm currently using Hermes on a project that has some dependencies issues and cannot be used with modules at the moment.
Thing is, this hermes version supposedly supports the old dep system, but the ToHTML method (line 76) on hermes.go uses the blackfriday/v2 dependency which only works with modules and I can't make a proper build of my project without commenting it.
The text was updated successfully, but these errors were encountered: