fui-material 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1 @@
|
|
|
1
|
-
https://storybook.js.org/docs/react/essentials/controls
|
|
2
|
-
https://stasonmars.ru/javascript/pogruzhaemsya-v-raboty-s-children-na-react/
|
|
3
|
-
|
|
4
|
-
Steps to fix your error
|
|
5
|
-
Make sure your tsconfig.json file has "declarationDir": "types" to direct the bundler's typescript plugin to create and store declaration files in the types folder when you run npm run rollup
|
|
6
|
-
Uninstall the existing @rollup/plugin-typescript package version by running npm un @rollup/plugin-typescript --save-dev
|
|
7
|
-
Install @rollup/plugin-typescript with the command npm i @rollup/plugin-typescript@8.3.3 --save-dev. As you see, we are picking a specific version.
|
|
8
|
-
|
|
9
|
-
|
|
10
1
|
https://allorion.github.io/fui
|