How to Create a DEX in 5 Steps

The 2nd step produces the error:

./src/App.js
Line 14: ‘connect’ is not defined no-undef
Line 14: ‘isConnected’ is not defined no-undef
Line 14: ‘address’ is not defined no-undef
Line 17: ‘isConnected’ is not defined no-undef
Line 17: ‘address’ is not defined no-undef

The error results from Header.js line 8.

Does anybody has an idea to fix this error?

Hey @noiz,

Did you add this line here

const { address, isConnected, connect } = props;

This is likely what is causing undefined on error on your application there~

yes, and this line results the error, I’d tried to solve the issue with this tut:

but with no effect.

How do you mean it results the error? @noiz

Also the article you are trying to use for process is not defined is a different type of error that is likely not relevant to your case, even though it is very similar by glance, but very different fundamentally

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.