Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chellappanrajan/my-next-app
https://github.com/chellappanrajan/my-next-app
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chellappanrajan/my-next-app
- Owner: ChellappanRajan
- Created: 2024-07-30T14:50:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T02:05:12.000Z (3 months ago)
- Last Synced: 2024-08-15T03:23:37.376Z (3 months ago)
- Language: CSS
- Size: 573 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.