We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f739118 commit d3a08e3Copy full SHA for d3a08e3
CHANGELOG.md
@@ -165,3 +165,9 @@
165
166
- Fixing for react js
167
- Updated README.md Documentation made it more readable.
168
+
169
+## v3.6.13
170
171
+### Fixed
172
173
+- Fixed imports, PagesTopLoader imported incorrectly like nextjs-toploader/dist/pages and useEffect like nextjs-toploader/dist/app
package.json
@@ -10,6 +10,11 @@
10
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
11
"typecheck": "tsc -p tsconfig.json"
12
},
13
+ "exports": {
14
+ ".": "./dist/index.js",
15
+ "./app": "./dist/app.js",
16
+ "./pages": "./dist/pages.js"
17
+ },
18
"funding": {
19
"url": "https://buymeacoffee.com/thesgj"
20
0 commit comments