Skip to content
#

sveltekit

Here are 982 public repositories matching this topic...

sveltekit-starter

Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.

  • Updated Mar 31, 2022
  • Svelte
svemix
pixelmund
pixelmund commented Feb 20, 2022

Describe the bug

Currently there is no easy way to throw errors inside loaders/actions. We should probably come up with an easy to use solution.

I have something like the following in my head:

<script context="module" ssr>
  import {  NotFoundError, HttpError } from "svemix/errors"
  export const loader = () => {
    throw new NotFoundError("User not found").
    throw n
enhancement good first issue
wheezard
wheezard commented Apr 26, 2022

Before you start...

  • Have you updated your dependencies? You might be using an old version of the library.
  • Have you checked for an existing issue on this topic? If there is one, post a comment on it instead.

What browsers are you seeing the problem on?

Other - list in description

Description

<ComboBox> will fire its select event if the items prop is upd

bug good first issue
bcolloran
bcolloran commented Jun 2, 2022

We have 6 eslint rules that are still set to only warn, but we want to get them all up to error. They are:

  • @typescript-eslint/no-explicit-any -- this one will be a lot of work, and I'm not sure there is an easy path here, but we want to get there eventually
  • @typescript-eslint/no-unused-vars -- this should be a simple eslint auto fix
  • https://github.com/rilldata/rill-
good first issue dev epic

Improve this page

Add a description, image, and links to the sveltekit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sveltekit topic, visit your repo's landing page and select "manage topics."

Learn more