We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bc9a0 commit cf79b3bCopy full SHA for cf79b3b
examples/simple/src/posts/PostCreate.tsx
@@ -160,7 +160,7 @@ const PostCreate = () => {
160
mutationMode={mutationMode}
161
transform={data => ({ ...data, id: getNewId(mutationMode) })}
162
>
163
- <Alert severity="info">
+ <Alert severity="info" role="presentation">
164
To test offline support, add either{' '}
165
<Link to="/posts/create?mutationMode=optimistic">
166
<code>?mutationMode=optimistic</code>
0 commit comments