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

feat: remove fix-path dependencies #598

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Conversation

ogustavo-pereira
Copy link
Member

With the update of the packages it seems to be no longer necessary to use this fix-path. I removed it and everything worked normally, I think we can go on without it and if we find any unforeseen, maybe develop native.

@@ -41,7 +38,7 @@ ReactDOM.render(
initializePlugins()

// Handle `showTerm` rpc event and replace search term with payload
on('showTerm', term => store.dispatch(updateTerm(term)))
on('showTerm', (term) => store.dispatch(updateTerm(term)))
Copy link
Member Author

Choose a reason for hiding this comment

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

Lint autocorrect caught this case

@dubisdev
Copy link
Contributor

fix-path is a fix for linux and macos systems. I'll try this on linux but need some time.

@ogustavo-pereira
Copy link
Member Author

Working normally here on linux
image

@ogustavo-pereira ogustavo-pereira merged commit bdfa17a into master Sep 13, 2022
@ogustavo-pereira ogustavo-pereira deleted the feat/remove-fix-path branch September 13, 2022 00:14
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.

None yet

2 participants