teleport-code-generators icon indicating copy to clipboard operation
teleport-code-generators copied to clipboard

A collection of code generators for modern JavaScript applications

Results 74 teleport-code-generators issues
Sort by recently updated
recently updated
newest added

With the release of #700. You can map any page as fallback route. And generators will take care of mapping it as fallback route. But any project can have a...

bug
good first issue

fixes #686 But, currently the new `Image` component doesn't work as expected with `styled-jsx`. Here is the issue https://github.com/vercel/next.js/issues/38822 Let's wait for some info on that

Right now, we are using `next/image` only if the user specifies `width` and `height` alone without any additional attributes. This is because, `next/Image` is not completely pure component at the...

enhancement
help wanted

More info can be found here: [https://nextjs.org/docs/basic-features/script](https://nextjs.org/docs/basic-features/script) For the strategy, we can stick with `afterInteractive` which is the default one anyway.

Hacktoberfest

Change the global-stylesheet name to `global-style` across all flavours. In certain flavours we are having the name of pages and global styles as same. This is creating a clash for...

bug
good first issue

Right now, we can define a component with a **propDefinition** of type **object** But when we actually pass a object as prop to a component, the validation fails, and we...

bug
high priority
Hacktoberfest