-
-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major change to fix issues with React Hooks #1268
Changes from 1 commit
be37b34
90c3777
7da2ecf
0ad1ef2
36f2d44
c2c6823
e938320
64fa79b
7dd049c
3a9b843
e51769b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,10 +66,10 @@ def finished_all_ajax_requests? | |
|
||
context "React Hooks" do | ||
context "Simple stateless component" do | ||
include_examples "React Component", "div#HelloWorldApp-react-component-6" | ||
include_examples "React Component", "div#HelloWorld-react-component-6" | ||
end | ||
context "render function that takes props" do | ||
include_examples "React Component", "div#HelloWorldApp-react-component-7" | ||
include_examples "React Component", "div#HelloWorld-react-component-7" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. An idea on why this changed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Those are the Ids that you used in your initial commit: be37b34?file-filters%5B%5D=.erb#diff-13675373e6eaa2b6e91995c3ec8974f7 |
||
end | ||
end | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense, @Judahmeek. It needs a React function component, not JSX.