-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Enhance Function component #81
Conversation
xepozz
commented
Sep 23, 2022
•
edited
Loading
edited
- Added ability to work with short closures
- Added pointer cursor
- Added tests
- Added showcases
✅ Deploy Preview for any-viewer ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 89.69% // Head: 89.86% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
==========================================
+ Coverage 89.69% 89.86% +0.17%
==========================================
Files 18 18
Lines 1785 1806 +21
Branches 246 255 +9
==========================================
+ Hits 1601 1623 +22
+ Misses 184 183 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fixes: #72 |
# Conflicts: # tests/index.test.tsx
There still have Hydration errors. let me check later |
I think that's because the server-side treat every function as the same(whether arrow function). but the client side is not. Maybe we should turn NoSsr here? |
Yeap code is obfuscating by SSR and it should be disabled. |
It's completely ready for review and merge. |