codesandbox-client icon indicating copy to clipboard operation
codesandbox-client copied to clipboard

Define API query parameter regression

Open oliviertassinari opened this issue 1 year ago • 0 comments

🐛 bug report

Preflight Checklist

  • [x] I have read the [Contributing Guidelines][contributing] for this project.
  • [x] I agree to follow the [Code of Conduct][code_of_conduct] that this project adheres to.
  • [x] I have searched the issue tracker for an issue that matches the one I want to file, without success.

Description of the problem

The query param described in https://codesandbox.io/docs/learn/sandboxes/cli-api#supported-parameters doesn't seem to work.

How has this issue affected you? What are you trying to accomplish?

I noticed because in https://mui.com/material-ui/react-switch/#color opening a codesandbox does no longer set the file in focus. The DX could be better

Actual:

Screenshot 2024-01-28 at 17 50 35

Expected:

Screenshot 2024-01-28 at 17 50 40

To Reproduce

It seems to be the same problem as in #8299. We noticed this in https://github.com/mui/material-ui/pull/43618.

oliviertassinari avatar Sep 07 '24 22:09 oliviertassinari