-
Notifications
You must be signed in to change notification settings - Fork 4
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
Node 16 #7
Node 16 #7
Conversation
…l-feed into feature/node-16
@@ -1,5 +1,7 @@ | |||
'use strict'; | |||
|
|||
const ESTIMATE_MODE = 'weighted'; |
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.
@melnx here's the time-weighted estimate
components/Feed.js
Outdated
Label | ||
} from 'semantic-ui-react'; | ||
|
||
// import FabricBridge from '@fabric/react'; | ||
// Fabric Components | ||
import FabricBridge from '@fabric/react'; |
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.
@victorwu let me know here when this works as expected
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.
👍
Objective: from-scratch build of a downstream consumer of a Fabric-based service, including browser-based UI (real-time, offline-first, SPA, etc.)