don't re-compute values on first render (unnecessary, values are part of state)
This commit is contained in:
parent
174bab79e4
commit
2d0deca127
14 changed files with 274 additions and 115 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { getSymbol, getType, symbolFunction } from "dope2";
|
||||
|
||||
import { useContext, useEffect, useReducer, useRef, useState } from "react";
|
||||
import { CallBlock, DeepError, type CallBlockState } from "./CallBlock";
|
||||
import { CallBlock, type CallBlockState } from "./CallBlock";
|
||||
import { InputBlock, type InputBlockState } from "./InputBlock";
|
||||
import { Type } from "./Type";
|
||||
import { type Dynamic, type State2Props } from "./util/extra";
|
||||
import { DeepError, type Dynamic, type State2Props } from "./types";
|
||||
|
||||
import "./Editor.css";
|
||||
import { LetInBlock, type LetInBlockState } from "./LetInBlock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue