Silouan Wright
Silouan Wright
@soullivaneuh There's no longer a "dire" need for Storybook to support this as you can extend docs to support it. https://github.com/cbinsights/form-design-system/blob/master/src/util/storybook-docs/Layout.jsx#L20 Notice here that I'm extending the base level docs...
@sarahbethfederman Yeah totally that's fair. * When I created this ticket it was for providing a simple UI as well as a very simplistic implementation. * I would almost rather...
That's sweet @ricovitch I might have to change my component up a bit! Is there any particular reason you're not using context to infer the component? I'm assuming it's because...
@markrocks https://github.com/cbinsights/form-design-system/blob/695e43d5b0eb0085b9e443c7055d63ce2d05f53c/src/util/storybook-docs/ImportPath.tsx It's imperfect but it's worked decently for us so far. Let me know if you have questions.
Context for anyone that stumbles upon this: If you're using Plug n Play, you'll want to go `.husky/commit-msg` and update the npx command to be the yarn run command, as...
I ran into the same issue with this Remix template https://github.com/kiliman/remix-vite-template  I used npm with this, but I also tried installing yarn and installing...
I can confirm @jeffsee55 's solution that by going into `node_modules/@tinacms/cli/dist/index.js` and adding `react-router-dom` to the dedupe array on line 977 that it functions correctly.
Nope, works fine for me.
+1. I don't care if I have to install shims to get this to work, but if the developers or anyone could figure out a good stack to make this...
Ok so tried using selectivizr.js and es5-shim.js Usually without those, it doesn't recognize the Array.prototype.forEach methods... once installing the shim that goes away, but then another error occurs for this...