-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Cannot read property 'mq' of undefined #452
Comments
I'm also seeing this |
Seeing this too as I JUST created one an hour ago. Probably v0.12.11 having a problem. |
(Not sure if this has anything to do with it) I do not have yarn installed globally -- I can't actually use it for work-related reasons. I tried to spin up docz with This is what I get when I run
slight update: Having yarn globally doesn't seem to fix the error I originally described, so this is likely unrelated. |
same problem |
Me too |
Thanks to report guys, I'm releasing a patch now with this fix 🙏 |
Fixed on release v0.12.12 ✅ |
Bug Report
On starting a new project with no dependencies other than
docz
, I am unable to recognize any .mdx files.To Reproduce
Set up:
mkdir <your-docz-project> && cd <your-docz-project>
npm init
"docz:dev": "docz dev"
to your scriptstouch any-name.mdx
npm run docz:dev
*Here's a test Repository: https://github.com/maddoxnelson/new-docz
Expected behavior
Docz should return my stuff, as described in theGetting Started page.
Environment
The text was updated successfully, but these errors were encountered: