Skip to content

Commit

Permalink
remove experimental renderer from next build
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Sep 26, 2023
1 parent 4380f7a commit e3d8853
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 433 deletions.
9 changes: 1 addition & 8 deletions apps/web/app/WizardMainLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { WktLiteralTextControlTester, LocationSearchTextControlRenderer, LocationToolSettings} from "@formswizard/experimental-renderers";
import {MainLayout} from "@formswizard/forms-designer/MainLayout";

const renderers = [
{
tester: WktLiteralTextControlTester,
renderer: LocationSearchTextControlRenderer
}
]

export const WizardMainLayout = () => {
return <MainLayout additionalToolSettings={[LocationToolSettings]} renderers={renderers}/>
return <MainLayout />
}
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@formswizard/experimental-renderers_next": "workspace:*",
"@formswizard/forms-designer": "workspace:*",
"@formswizard/state": "workspace:*",
"@jsonforms/material-renderers": "^3.1.0",
Expand Down
Loading

0 comments on commit e3d8853

Please sign in to comment.