We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
Package Version: 7.0.2
Code
The middleware example on https://dojo.io/learn/middleware/introduction (framework/blob/master/docs/en/middleware/introduction.md in the repo) has a bug in this line:
framework/blob/master/docs/en/middleware/introduction.md
<div>{`Middleware property value: ${properties.middlewareProp}`}</div>
That should be properties().middlewareProp -- otherwise it only produces undefined no matter what.
properties().middlewareProp
undefined
Expected behavior:
The example code should run as written.
Actual behavior:
The line always produces undefined.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug
Package Version: 7.0.2
Code
The middleware example on https://dojo.io/learn/middleware/introduction (
framework/blob/master/docs/en/middleware/introduction.md
in the repo) has a bug in this line:That should be
properties().middlewareProp
-- otherwise it only producesundefined
no matter what.Expected behavior:
The example code should run as written.
Actual behavior:
The line always produces
undefined
.The text was updated successfully, but these errors were encountered: