Giter Site home page Giter Site logo

Comments (5)

ashleyasli avatar ashleyasli commented on May 1, 2024 1

Did you get all the updated versions of the project? You should get the newest one (last commit name: f313913) for now. Then, you can see #9 this issue but it's already solved.

from angular-demo.

Indrajeetsing avatar Indrajeetsing commented on May 1, 2024 1

It still doesn't solve the problem. Getting same error. And when i replace static with following I don't get that error but still I don't see custom component is list.

constructor(component, options, data) {
    super(component, options, data);
    this.builderInfo = {
      title: 'Check Matrix',
      group: 'basic',
      icon: 'fa fa-table',
      weight: 70,
      documentation: 'http://help.form.io/userguide/#table',
      schema: CheckMatrix.schema()
    };
    this.editForm = editForm;
 }

from angular-demo.

hadirsa avatar hadirsa commented on May 1, 2024

I have the same issue:

ERROR in ./src/app/components/CheckMatrix.js 34:21
Module parse failed: Unexpected token (34:21)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|   }
| 
>   static builderInfo = {
|     title: 'Check Matrix',
|     group: 'basic',

@travist could you please help? 🙏

from angular-demo.

dcmadushani avatar dcmadushani commented on May 1, 2024

I am also facing the same issue with the uncommented custom component. @travist could you please help me to resolve this.

Error: ./src/app/components/CheckMatrix.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: C:\Projects\Infor\Formio\angular-demo-master\src\app\components\CheckMatrix.js: Support for the experimental syntax 'classProperties' isn't currently enabled (38:22):

36 | }
37 |

38 | static builderInfo = {
| ^
39 | title: 'Check Matrix',
40 | group: 'basic',
41 | icon: 'fa fa-table',

from angular-demo.

jeriah-formio avatar jeriah-formio commented on May 1, 2024

We're currently addressing a backlog of GitHub issues. Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!

from angular-demo.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.