svelte-formula icon indicating copy to clipboard operation
svelte-formula copied to clipboard

Error in docs

Open mslourens opened this issue 4 years ago • 2 comments

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 avatar Mar 24 '21 07:03 mslourens

@mslourens Thanks I'll fix that up soon!

tanepiper avatar Mar 24 '21 18:03 tanepiper

Still not work... Also https://formula.svelte.codes/docs/groups/beaker don't works in REPL: defaultValues is undefined

bato3 avatar Aug 17 '21 09:08 bato3