rubymonolith / superform

Build highly customizable forms in Rails
MIT License
263 stars 14 forks source link

`def template` will be deprecated in Phlex 2.0 #35

Open joostvanrijn opened 2 months ago

joostvanrijn commented 2 months ago

I just upgraded to Phlex 1.10 and my specs and features are spewing this deprecation message:

⚠️ [DEPRECATION] Defining the template method on a Phlex component will not be supported in Phlex 2.0. Please rename the method to view_template instead.

I will create a pull request that resolves this. (Please bear with me. It will be my first.)