Update docs/features/software-templates/testing-scaffolder-alpha.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Ben Lambert <ben@blam.sh>
This commit is contained in:
@@ -79,7 +79,7 @@ And this API should be the exact same as the previous Router, so you should be a
|
||||
</Route>
|
||||
```
|
||||
|
||||
Optionally, you can chose to run the two side by side by using `FeatureFlags` in your `App.tsx` if you wish, but, we would also recommend duplicating any `CustomFieldExtensions` too as the new `CustomFieldExtensions` might not be compatible with the old form.
|
||||
Optionally, you can choose to run the two side by side by using `FeatureFlags` in your `App.tsx` if you wish, but, we would also recommend duplicating any `CustomFieldExtensions` too as the new `CustomFieldExtensions` might not be compatible with the old form.
|
||||
|
||||
```tsx
|
||||
<FeatureFlagged with="scaffolder-next-preview">
|
||||
|
||||
Reference in New Issue
Block a user