Skip to content
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

Add instructions on how to build the FE SDK #1

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bernardobelchior
Copy link

Add instructions on how to build the FE SDK.

Pasted Graphic

@@ -145,6 +145,7 @@ function TextEditorWithOpenMentionsMenu(props: TextEditorProps) {

// Using the within prop allows you to isolate the replacement to specific areas.
const REPLACEMENTS: betaV2.ReplaceConfig = {
// @ts-expect-error
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what's happening here. Had to ignore this error, otherwise the SDK wouldn't build.

@@ -28,6 +28,7 @@ function ThreadsWithResolvedTab({ groupID }: ThreadsProps) {
setCurrentTab(tab as TabType);
}, []);

// @ts-expect-error
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what's happening here. Had to ignore this error, otherwise the SDK wouldn't build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant