nicer, nested rendering when currying
This commit is contained in:
parent
f75d0641b4
commit
8744bad0b8
9 changed files with 144 additions and 91 deletions
|
|
@ -9,7 +9,6 @@ export interface LetInBlockState {
|
|||
value: EditorState;
|
||||
inner: EditorState;
|
||||
resolved: undefined | Dynamic;
|
||||
rollback?: EditorState;
|
||||
}
|
||||
|
||||
interface LetInBlockProps extends State2Props<LetInBlockState> {
|
||||
|
|
@ -17,6 +16,6 @@ interface LetInBlockProps extends State2Props<LetInBlockState> {
|
|||
}
|
||||
|
||||
|
||||
export function LetInBlock({env, name, value, inner, resolved, rollback, onResolve}) {
|
||||
export function LetInBlock({env, name, value, inner, resolved, onResolve}) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue