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
Go to page "Module", enter the name of a module to filter the list.
The list isn't filtered in dev mode: npm run dev but works in production npm run gen && npm start.
npm run dev
npm run gen && npm start
It should work in both modes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support plan
Context
What are you trying to achieve or the steps to reproduce?
Go to page "Module", enter the name of a module to filter the list.
What was the result you got?
The list isn't filtered in dev mode:
npm run dev
but works in productionnpm run gen && npm start
.What result did you expect?
It should work in both modes.
The text was updated successfully, but these errors were encountered: