The component props isn't rendering.
On prop component the stateProps key have "/" as path separator (unix slash):

And in the filename is used the "\" as path separator (windows backslash):

The path validation must be agnostic, so maybe in the conditional found the path separator
on both must be normalized to a unix slash.
I'm using:
regards,
J煤lio Lopes
PS: Nice job...
Could be fixed in next released version.
Closing, follow this issue in #777 :muscle:
Most helpful comment
Could be fixed in next released version.