-
Notifications
You must be signed in to change notification settings - Fork 307
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
Codesandbox does not work anymore to reproduce issues #3057
Comments
You're right, the current approach is referencing CCA@v4. In v5, users are required to connect GH to codesandbox or sign-up, which isn't ideal. Other carbon teams are exploring stackblitz with some switched over. Here is an example of CCA with stackblitz: Let me know your thoughts on this using stackblitz over codesandbox! |
I think stackblitz would definitely be the better option! I created the codesandbox as I thought that would be the prefered option. Glad to hear other opinions. |
I have a very basic example in stackblitz: https://stackblitz.com/edit/stackblitz-starters-qfh9hw?file=src%2Fmain.ts |
Awesome, definitely easier than using codesandbox! Could you please create a PR to replace existing code sandbox link in readme/ISSUE_TEMPLATE? |
Is it okay to use the stackblitz that I created? Don't you want to fork it, so you own it as repo owners, or get it owned by the company? |
The current codesandbox in the readme does not work anymore https://codesandbox.io/s/0129r494ql. It would help with reproducing issues if we can get a working version in there.
I had a first go at creating a template of a devbox in codesandbox https://codesandbox.io/p/devbox/carbon-components-angular-55c5qr, can drop an MR to update it if wanted.
The text was updated successfully, but these errors were encountered: