이현승
이현승
### 🔗 Linked issue No linked issue. ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a...
# Documentation I followed these two steps from the documentation. ``` yarn add --dev @nuxtjs/device ``` ``` { modules: [ '@nuxtjs/device', ] } ``` But, something unexpected happened.  ...
# Bug I apologize if this is in Korean, but as you can see, pressing on the shortcut button doesn't do anything. It opens the app than closes it right...
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. @beyonk/[email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
# The Problem I think there is one problem but it could be either one. 1. The documentation is not well written and I didn't know `data` parameter in `addEvent`...
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
``` node_modules/svelte-tabs/src/Tab.svelte:46:0 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event. 44: 45: 46:
``` import { useState } from 'react' import { Button, Text } from 'react-native' import { SafeAreaView } from 'react-native' import RNSamsungHealth from 'rn-samsung-health' export default function Home() { const...
### Description The photo should fit the screen in smaller screen width. It does not and stays fixed. ### Reproduction Go to https://fbidb.io/ and check out the photo. ### Solution...
1. Write tests for each components 2. Implement document view transition