Jordan Arldt
Jordan Arldt
> Thanks! That's a good point. > > In the meantime, you should be able to at least pass a string. Thanks for the reply! I did try passing as...
@kogan007 Thanks, the maximum amount for the limit is 50 though since the BigCommerce GraphQL API only supports a maximum amount of 50 items being returned in a single request...
> > @kogan007 Thanks, the maximum amount for the limit is 50 though since the BigCommerce GraphQL API only supports a maximum amount of 50 items being returned in a...
@realjjaveweb agreed. This "feature" is making me want to uninstall prettier completely. This is lame. Removing parenthesis from ternary conditions make it so much less readable.
> Fwiw we DID actually remove prettier from our codebases because of this exact reason It's a tough one. I do like prettier, but this feature makes me want to...
This would be awesome! I'm currently running into a scenario where this would be useful. Here's an example from NextJS: ```tsx import { prisma } from "#lib/db"; const NotificationPage: NextPage...
> Thank you @jordanarldt for the example, that's really helpful. > > Can you clarify in this particular case, does `prisma` come from an import or is it somehow in...
> Thanks @jordanarldt! > > In this case, I wonder if setting up an alias for this particular module that "redirects it" to a mock implementation wouldn't be enough. See...
Hey again @fwouts I think originally I had my `preview.config.js` file in the wrong location. I was trying to put it in my `__previewjs__` folder instead of the app root...
@fwouts I think you should be able to close this issue since the alias functionality seems to work! 👍