Update dry-squids-tap.md
Signed-off-by: Ben Lambert <blam@spotify.com> Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -14,9 +14,9 @@ const TestExtensionKind = createExtensionKind({
|
||||
output: {
|
||||
element: coreExtensionData.reactElement,
|
||||
},
|
||||
factory(_, props: { text: string }) {
|
||||
factory(_, options: { text: string }) {
|
||||
return {
|
||||
element: <h1>{props.text}</h1>,
|
||||
element: <h1>{options.text}</h1>,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user