Phoenix-Alpha
Phoenix-Alpha
Same here. iPad Pro(4th generation). Hope this issue would solved soon.
Anyone found solution to print multiple files at once?
Here is my blockSchema: ``` export const featureBlockSchema: TinaTemplate = { name: "feature", label: "Feature", ui: { previewSrc: "/blocks/feature.png", defaultItem: { heading: "Key Features", text: "Integer posuere erat a ante...
I set the defaultValue for the features list item. And it causes the error. ``` defaultValue: { defaultValue: { image: { image: "https://res.cloudinary.com/tina-io/image/upload/path/to/image.jpg", size: "medium", }, title: "Heading", text: "Integer...
close #2766
@jamespohalloran , `onBeforeUnload` is called when the document is unloaded and navigated to another document. And the issue is `onBeforeUnload` is not called when route navigation in React SPA.
To prevent react route navigation, we used to use `usePrompt` hook of `react-router-dom` but it was removed from `react-router-dom` v6 so I defined custom `usePrompt` hook
I also started to see this today after I upgrade Next.js to 13.5.4 
@huozhi, this still exists - not sure why it's closed. This break features based on middleware and have other problem on Vercel, like `sharp module not found` even though it's...