Skip to content

Commit

Permalink
Remove component rename warning (#283)
Browse files Browse the repository at this point in the history
We don't need this anymore.
  • Loading branch information
joeldrapper authored Oct 25, 2022
1 parent c2c0432 commit 96c23aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/phlex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ module Phlex

ATTRIBUTE_CACHE = {}

def const_missing(name)
if name == :Component
raise NameError, "👋 Phlex::Component is now Phlex::View"
else
super
end
end

def configuration
@configuration ||= Configuration.new
end
Expand Down

0 comments on commit 96c23aa

Please sign in to comment.