-
Notifications
You must be signed in to change notification settings - Fork 33
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
Added support for SSR on regions and refactored to remove handlers #429
Conversation
Refs #418 |
it would be useful if we also add tests in |
@@ -7,6 +7,7 @@ import { createApp } from 'frint'; | |||
import { observe, streamProps } from 'frint-react'; | |||
|
|||
import renderToString from './renderToString'; | |||
import Region from '../../frint-react/src/components/Region'; |
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.
if you do npm run bootstrap
from root, you can import modules directly from frint-react
instead of relative path within the monorepo.
Coverage dropped below 97%, that's why the build is failing: https://travis-ci.org/frintjs/frint/builds/402709904#L5487 |
}, | ||
"bugs": { | ||
"url": "https://github.com/frintjs/frint/issues" | ||
}, | ||
"nyc": { |
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #429 +/- ##
==========================================
+ Coverage 97.74% 97.74% +<.01%
==========================================
Files 111 112 +1
Lines 4251 4351 +100
==========================================
+ Hits 4155 4253 +98
- Misses 96 98 +2
Continue to review full report at Codecov.
|
No description provided.