William Albright
William Albright
thanks for the reply! yes, kinda - the issue is that i'd use `setInitialValues` and `reset` few times already. let me explain: lets say we have a registration form and...
hi - i also noticed that nested bits in $data aren't populated to the HTML on the first call to `reset` and `setInitialValues` - it populates the first level only...
the first-level only data population behavior applies to `setFields` as well
thanks - i ended up forking the project and specifying `type: module` for now https://github.com/ewilliam/inkjs doubt this works for all cases though changing es6 output file to .mjs and importing...
just to add context - looks like vite-plugin-ink doesnt work as is for similar reasons ```failed to load config from /Users/ewilliam/Projects/inkling/vite.config.ts error when starting dev server: file:///Users/ewilliam/Projects/inkling/node_modules/.pnpm/[email protected]_inkjs@https+++codeload.github.com+ewilliam+inkjs+tar.gz+f82e13848368065184de7e230e92d38851c49606/node_modules/vite-plugin-ink/dist/index.js:4 import inkjs from...
yes it does!! thanks so much