Git Product home page Git Product logo

Comments (4)

pcross616 avatar pcross616 commented on July 27, 2024

A lot changed between 1.4.0 and 1.2.7 such as React 16+ and node v8+. A stack trace and other information will help us understand your issue better than just one line and exception.

from dazzle.

denizoguz avatar denizoguz commented on July 27, 2024

Since the build is minified there is no meaningful stack trace, and this error doesn't occur on non minified build. I understand that without a stack trace it is difficult to identify problem. I will try to give more information as much as I can.
I have identified removing following line fixes the error but I need this method to add widgets on user action. It doesn't matter whether I'm calling the method or not, it always gives this error when loading bundle if it is imported.

import {addWidget} from 'react-dazzle';

IntelliJ also highlights above statement and warns that "cannot resolve sysmbol addWidget"

here is the stack trace:
WorklogPRO_TimesheetBundle.js?locale=en-UK:32 Uncaught TypeError: Super expression must either be null or a function, not undefined at WorklogPRO_TimesheetBundle.js?locale=en-UK:32 at WorklogPRO_TimesheetBundle.js?locale=en-UK:32 at t.default (WorklogPRO_TimesheetBundle.js?locale=en-UK:32) at WorklogPRO_TimesheetBundle.js?locale=en-UK:32 at Object.e.exports (WorklogPRO_TimesheetBundle.js?locale=en-UK:32) at n (WorklogPRO_TimesheetBundle.js?locale=en-UK:32) at Object.e.exports (WorklogPRO_TimesheetBundle.js?locale=en-UK:32) at n (WorklogPRO_TimesheetBundle.js?locale=en-UK:32) at Object.e.exports (WorklogPRO_TimesheetBundle.js?locale=en-UK:32) at n (WorklogPRO_TimesheetBundle.js?locale=en-UK:32)

from dazzle.

vlaurin avatar vlaurin commented on July 27, 2024

@denizoguz I tried to reproduce your issue using React 16.3, Dazzle 1.4.0 and a custom addWidget on a new app created with create-react-app. However, it seems to be working fine with both minified and non-minified builds.

I also get the Intellij warning when importing addWidget, but I don't think it's related to your issue. This may be down to the way Dazzle is exporting addWidget.

The error you're getting seems to be related to class inheritance, but addWidget doesn't use any classes :/

Would you be able to push a project where the issue can be reproduced?

from dazzle.

denizoguz avatar denizoguz commented on July 27, 2024

@vlaurin, Thanks for trying it. You can close this issue for now. Project is huge and I don't want to attach all of it here. If I could replicate it in a small sized project, I will definitely upload it. For the time being I'm using 1.2.7. Thanks for your support.

from dazzle.

Related Issues (20)

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.