LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

dateOfBirth.match is not a function #212

Closed heyheyjp closed 7 years ago

heyheyjp commented 7 years ago
TypeError: dateOfBirth.match is not a function
  File "/app/common/containers/UserForm/index.jsx", line 16, in validate
    if (!dateOfBirth || !dateOfBirth.match(/\d{4}\-\d{2}\-\d{2}/)) {
  File "/app/server/render.jsx", line 114, in Object._callee$
    const renderedAppHtml = renderToString(
  File "/app/server/render.jsx", line 29, in step
  File "/app/server/render.jsx", line 29, in null.<anonymous>
...