Skip to content

Commit

Permalink
Rewrite class components to hooks (#1370)
Browse files Browse the repository at this point in the history
While there should be no breaking changes, rewrite to functional components may have affected hacks that were leveraging the use of `ref` prop.
  • Loading branch information
wojtekmaj committed Mar 9, 2023
1 parent 33ea5de commit 036dc10
Show file tree
Hide file tree
Showing 10 changed files with 997 additions and 1,017 deletions.
3 changes: 3 additions & 0 deletions __mocks__/_failing_page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export default {
cleanup: () => {
// Intentionally empty
},
commonObjs: {
get: () => {
// Intentionally empty
Expand Down
Loading

0 comments on commit 036dc10

Please sign in to comment.