Nick Dandakis

Results 8 comments of Nick Dandakis

Just pulled this off with a [custom Storybook Webpack config](https://storybook.js.org/docs/configurations/custom-webpack-config/), and a [Webpack alias](https://webpack.js.org/configuration/resolve/#resolvealias). Example `.storybook/main.js`: ``` const path = require('path'); module.exports = { stories: ['../stories/**/*.stories.js'], addons: [ '@storybook/addon-actions', '@storybook/addon-links',...

I'm getting the same error. Can't seem to find any solution to this. @keyscores, have you solved this?

That's not working for me. @aldeed, any recommendations?

Ended up doing it by observing the collection for changes and checking if the url() is not null. This should really be fixed though. EDIT: Nope, that doesn't work either....

FWIW our team has targeted `v0.3-alpha` and with the new API for `args`, we're able to deploy Sanity studio from a subdirectory. Thank you @geoffreyjball! I will say, the API...

hey @softvar, we've been seeing this in our application and I attempted to get a minimal repro setup for y'all to debug here: https://github.com/nickdandakis/vwo-node-nextjs-ssr of course, as these things go,...

Ran into this as well and can work on a PR for moving keyboard shortcut handling out of the UI layer. Would like to additionally move `defaultExternalContentHandlers` out of the...

Ran into the same issue and also didn't want to check in a `.dev.vars`. Wrote this one-liner instead that I run alongside `npx wrangler types` ``` npx wrangler secret list...