JoelGeorge693

Results 3 issues of JoelGeorge693

import React, { useEffect, useState } from "react"; import { Chrono } from "react-chrono"; import moment from "moment"; import InputLabel from "@material-ui/core/InputLabel"; import FormControl from "@material-ui/core/FormControl"; import Select from "@material-ui/core/Select";...

ReferenceError: require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it has a '.js' file extension...

bug

I was trying to implement FormIO in my project, previously I was using font-awesome-free and it was working fine. As soon I have upgraded to font-awesome-pro, icons in form builder...