Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chellappanrajan/my-next-app


https://github.com/chellappanrajan/my-next-app

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# My Next App

This repository contains a Next.js application with specific configurations and issues described below.

## Steps to Reproduce

1. **Clone the repository:** `git clone https://github.com/ChellappanRajan/my-next-app.git`

2. **Navigate into the `org` directory:** `cd org`

3. **Install the dependencies:** `npm install`

4. **Run the tests:** `npm test`

## Issue Description

Even though I have set `disabled={true}` on the `Button` component, it is not respecting that value when using `lit/react`. However, the same test case works fine with `lit-labs/react`.