cra-template-kea-typescript
Advanced tools
Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7
{ | ||
"name": "cra-template-kea-typescript", | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.7", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react", |
@@ -1,2 +0,2 @@ | ||
import { actions, kea, reducers } from 'kea' | ||
import { actions, kea, reducers, path } from 'kea' | ||
import type { demoFormLogicType } from './demoFormLogicType' | ||
@@ -24,2 +24,3 @@ import { validateEmail } from './utils' | ||
export const demoFormLogic = kea<demoFormLogicType<UserFormType>>([ | ||
path(['App', 'DemoForm', 'demoFormLogic']), | ||
forms({ | ||
@@ -26,0 +27,0 @@ userForm: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48346
31
539