Zachary
Zachary
Software Design ┃ ┃ [D] → Found a TODO tag in a comment: # TODO: Issue #83 - intermittent issue ┃ with duplicate content rows ┃ lib/thesis/stores/ecto_store.ex:65 #(Thesis.EctoStore.page_contents) ┃ [D]...
This PR updates dependencies to support React v16.0.0. The main change was updating all calls to PropTypes, since they are no longer included in the React library itself.
I ran into this issue recently on CC. Basically, we had a library that returns `:unknown` atom keys instead of `nil` when it can't find a value. For example: ```...