-
Notifications
You must be signed in to change notification settings - Fork 42
Deprecate stringToComponent #2
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
Conversation
@rickyvetter @mattdamon108 Is this still relevant? |
I don't know the context of this PR enough. But, I think |
@mattdamon108 If it is really not used by either PPX I think we may as well remove it (and only leave it in ReactDOM_V3.res for backward compatibility). |
I agree. But the rescript-react is not only for ppx, maybe just maybe someone wants to use it with v4? too much imagination? |
I admit too much imagination 😄 Yes, I think we can remove it. |
I found https://github.com/rescript-lang/syntax/blob/master/tests/printer/expr/bsObj.res but we can fix the test. |
I think the |
Good. How about deprecate it first to merge this PR? I guess that comment seems stale though. |
Want me to add commit to update comment to this PR directly? |
Yes, please, thanks! |
0290878
to
d75d148
Compare
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.
Thanks!
The ppx inserts JS objects of various shapes. Needs to be flexible on props type.