svelte-formula
svelte-formula copied to clipboard
Error in docs
there is a minor typo in the docs, which makes the build fail if you copy the code and try playing around with it: in docs/docs/formula/index.html and packages/docs-site/docs/formula.md
there is a line of code export let projectname = ''; which should be changed into export let projectName = ''; (notice the capital N in projectName)
@mslourens Thanks I'll fix that up soon!
Still not work...
Also https://formula.svelte.codes/docs/groups/beaker don't works in REPL: defaultValues is undefined