GithubHelp home page GithubHelp logo

Comments (6)

javier-tarazaga avatar javier-tarazaga commented on July 26, 2024

@lovrobiljeskovic could you please check this one out?

from ethereum-studio.

javier-tarazaga avatar javier-tarazaga commented on July 26, 2024

@akomba quick question, why do you need this specific branch actually merged for your course? This is an internal instance of web3 which should not really affect the current functionality.

We are currently doing this change as we will soon start using web3 a bit more and we wanted to update the library to the latest stable version.

from ethereum-studio.

akomba avatar akomba commented on July 26, 2024

The main branch dies after npm start:

editor: Starting the development server...
editor: Failed to compile.
editor: /home/user/code/ethereum-studio/packages/editor/src/components/projectEditor/paneAction/index.tsx
editor: Type error: No overload matches this call.
editor:   Overload 1 of 2, '(props: Readonly<TooltipProps>): Tooltip', gave the following error.
editor:     Type 'string' is not assignable to type 'number | undefined'.
editor:   Overload 2 of 2, '(props: TooltipProps, context?: any): Tooltip', gave the following error.
editor:     Type 'string' is not assignable to type 'number | undefined'.  TS2769
editor:     28 |     return (
editor:     29 |         <div className={style.toggle}>
editor:   > 30 |             <Tooltip title={tooltipText} position='bottom' distance='30'>
editor:        |                                                            ^
editor:     31 |                 <button className={'btnNoBg'} onClick={onClick}>
editor:     32 |                     {icon}
editor:     33 |                 </button>

The above is the error I am getting if I follow the installation instructions on the master branch.

from ethereum-studio.

akomba avatar akomba commented on July 26, 2024

Tried on ubuntu and osx

from ethereum-studio.

javier-tarazaga avatar javier-tarazaga commented on July 26, 2024

Hi thanks @akomba,

What I meant is why are you trying to use a branch which is not master. This branch is a in-development mode branch and needs to be finally fixed before merging it to master. Thats why I was asking why are you trying to figure out if there was something you specifically needed in this branch or it was just trying to help out with that feature :)

from ethereum-studio.

sabhiram avatar sabhiram commented on July 26, 2024

@javier-tarazaga - pretty sure this happens on master as well. Just a curious bystander that's all. Confirmed on #5fbdafaf

from ethereum-studio.

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.