Binoy Patel

Results 30 comments of Binoy Patel

Hi @subham1120 could you please try on the latest version of studio and report if this is still an issue or not.

If it helps, putting the glob in quotes fixed my issue for eg. `copyfiles "src/**/*.ts" out`

Setting it as `const` and `null` made the warning go away for me and `svelte-check` also doesn't complain. Code below ```html export const portableText = null; ```

* **#6446** 👈 * **#6394** * **#6285** : 2 other dependent PRs ([#6286](https://github.com/sanity-io/sanity/pull/6286) , [#6349](https://github.com/sanity-io/sanity/pull/6349) ) * `next` This stack of pull requests is managed by Graphite. Learn more about...

> LGTM ah my bad, realized forgot to commit something we talked about last week. Should be done now

* **#6539** 👈 * `next` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @binoy14 and the rest of your teammates on Graphite

* **#6514** : 2 dependent PRs ([#6707](https://github.com/sanity-io/sanity/pull/6707) , [#6806](https://github.com/sanity-io/sanity/pull/6806) ) 👈 * `next` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ricokahler and the...

@max888 how are you including Sanity component inside nextjs, from the code provided that shouldn't have any issues. Possible that the imports are incorrect in some place. If you can...

* **#6707** : 3 dependent PRs ([#6817](https://github.com/sanity-io/sanity/pull/6817) , [#6868](https://github.com/sanity-io/sanity/pull/6868) , [#6897](https://github.com/sanity-io/sanity/pull/6897) ) 👈 * **#6514** : 1 other dependent PR ([#6806](https://github.com/sanity-io/sanity/pull/6806) ) * `next` This stack of pull requests is...

> Could you walk me through the flow for what will happen if the local version is higher than the available remote version? Will this fail in the step that...