-
Notifications
You must be signed in to change notification settings - Fork 65
Update to psc 0.9.1 #79
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
Looks good to me, thanks! @ethul Any thoughts on this before I merge it? |
Looks good to me! Should we make any changes regarding #76 at this point? We can maybe do this separately or even keep the img_ :: Array Props -> ReactElement Perhaps this is better in a separate PR though. Not sure if it should hold back a release for |
Agree on separate PR for #76. (I'd like to upgrade to |
We'll probably need to update |
Right. Overall the new API is much nicer for PS, but I'm no longer sure how to type the APIs in This might be premature too, since @garyb isn't done yet. He's probably already considered this. |
@spicydonuts this is what I have in mind for Since we don't tend to use classes in |
Ah, perfect! Would you ever consider using (and don't forget to change |
Yeah definitely, that's a good point. If we know that a date is valid from some source then usin it with a (And thanks for alerting me to the bower.json! I probably would have missed it). |
This is one of the Date APIs: https://developer.mozilla.org/en-US/docs/Web/API/File/lastModifiedDate Sounds like it's always valid since missing dates become |
Thanks! I'll work on react-dom now. |
Also formats code for 80 columns & no vertical aligning