Skip to content

Fix Pikaday being undefined

Phil Hughes requested to merge pikaday-undefined-fix into master

What does this MR do?

Pikaday was originally global which would create some weird dependancy order issues. So this imports the Pikaday module into the files we use it in.

What are the relevant issue numbers?

Closes #36207 (closed)

Merge request reports