Skip to content

Commit

Permalink
feat: Allow overriding RawPropsParser
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Jun 15, 2024
1 parent 2f8d4f0 commit 65226ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace facebook::react {
* Specialized (to a particular type of Props) parser that provides the most
* efficient access to `RawProps` content.
*/
class RawPropsParser final {
class RawPropsParser {
public:
/*
* Default constructor.
Expand Down

0 comments on commit 65226ef

Please sign in to comment.