Guest User

Untitled

a guest
Jun 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. import 'moment';
  2. import 'tempusdominus-bootstrap-4';
  3.  
  4. export default class AddHolidayPane {
  5. static Initialise() {
  6. $('#start-date').datetimepicker();
  7. $('#end-date').datetimepicker();
  8. }
  9. }
  10.  
  11. tempusdominus-bootstrap-4.js?48a1:25 Uncaught Error: Tempus Dominus Bootstrap4's requires at least moment.js v2.17.0 but less than v3.0.0
  12. at Object.eval (tempusdominus-bootstrap-4.js?48a1:25)
  13. at eval (274:2769)
  14. at Object.<anonymous> (Home.js:1098)
  15. at __webpack_require__ (Home.js:20)
  16. at Object.eval (AddHolidayPane.hb.js?45c2:5)
  17. at eval (186:119)
  18. at Object.<anonymous> (Home.js:951)
  19. at __webpack_require__ (Home.js:20)
  20. at eval (HomeManager.hb.js:1)
  21. at Object.<anonymous> (Home.js:933)
Add Comment
Please, Sign In to add comment