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

Fix TypeError in edit-in-place component. #2887

Closed
wants to merge 1 commit into from

Conversation

jezdez
Copy link
Member

@jezdez jezdez commented Oct 2, 2018

The issue being that the default export was called automatically and didn’t accept a ngModule.

The issue being that the default export was called automatically and didn’t accept a ngModule.
@jezdez jezdez requested review from washort and arikfr October 2, 2018 13:45
@@ -1,6 +0,0 @@
import { react2angular } from 'react2angular';
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't see why this file was needed, since it automatically turns the React component into the edit-in-place Angular component. @washort Can you remember why you had both edit-in-place.js and EditInPlace.jsx?

@arikfr
Copy link
Member

arikfr commented Oct 2, 2018

#2886

@jezdez
Copy link
Member Author

jezdez commented Oct 2, 2018

@arikfr Wow!

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.

2 participants