James O'Halloran
James O'Halloran
## Description When I switch a collection to use "templates" instead of "fields", "types.ts" seems to get cleared out. [See the example in the starter](https://github.com/tinacms/tina-cloud-starter/compare/templates-test?expand=1), specifically this change in [types.ts](https://github.com/tinacms/tina-cloud-starter/blob/17d419ea01048032b4ca4bdfed91c40b910b4f0c/.tina/__generated__/types.ts#L10)...
## Summary As a dev I want to be able to configure the "yarn dev" port so that I can run more than one instance of Tina at a time...
We should stop the build with an error when client isn't passed to defineConfig. Our typescript types are a bit lax for defineConfig (and ideally we want to display these...
## Summary Currently, we encourage using next/dynamic for code-splitting Tina. If we can get this working with React.lazy, we'll be closer to support Non-NextJS React-based sites. As @jeffsee55 mentioned [here](https://github.com/tinacms/tinacms/issues/2545#issuecomment-1030419362),...
## Description When clicking into an MDX field (from another textarea field), I need to click into the MDX editor twice https://www.loom.com/share/e549eb061b36499a9609487aa7a36ad1 ### Steps to reproduce - Create a local...
## Description I'd like to use a list of references. When I try and do so, I get this in the console: > WARNING: The user interface for reference does...
## Description When you set a field's value to `null` for a document, and have the datalayer turned on, indexing fails. ``` TinaFetchError: Unable to seed content/content/articles/hello-world.md TypeError: Cannot read...
## Description When running `"dev": "tinacms server:start -c \"next dev\" --experimentalData --isomorphicGitBridge"`, the CLI should provide some visual feedback that the local content is indexing. Maybe some text and a...
## Description When I have an mdx file like this: ```mdx #22 ``` and I go to edit it in Tina, I am unable to change any content outside of...
## Description When I try and edit rich-text blocks, that are nested in other rich-text blocks, my mdx content will get wiped out. https://www.loom.com/share/4f85b22ec24a410b97c7c3868c7ab8b4 ### Steps to reproduce ```ts import...