Expected Behavior
Should export a proptype shape describing the attributes of a parcel object, so that it can used by apps that use those objects.
Current Behavior
It would be required from the user to define a parcel proptype shape, and that can cause issues once a change is made to this repository and the parcel object changes.
Possible Solution
Create a new file to define proptype shapes and export a parcelShape variable that describes the parcel object.
Expected Behavior
Should export a proptype shape describing the attributes of a parcel object, so that it can used by apps that use those objects.
Current Behavior
It would be required from the user to define a parcel proptype shape, and that can cause issues once a change is made to this repository and the parcel object changes.
Possible Solution
Create a new file to define proptype shapes and export a
parcelShapevariable that describes the parcel object.