We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when running yarn run build on master:
yarn run build
ERROR in ./src/routes/earn.svelte Module build failed (from ./node_modules/svelte-loader/index.js): Error: ParseError: Attributes need to be unique (343:10) 341: id="filternew" 342: bind:checked={filternew} 343: checked="checked" /> ^ 344: <label for="filternew">Unassigned only</label> 345: </div> at /Users/johba/dev/leapdao-website/node_modules/svelte-loader/index.js:181:12 @ ./src/node_modules/@sapper/internal/manifest-client.mjs 34:12-80 @ ./src/node_modules/@sapper/app.mjs @ ./src/client.js > Encountered errors while building app
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when running
yarn run build
on master:The text was updated successfully, but these errors were encountered: