Closed camdendotlol closed 5 months ago
When trying to look at any component in https://performant-software.github.io/react-components, I see the following error:
error loading dynamically imported module: https://performant-software.github.io/react-components/assets/addDecorator-BCpt89nL.js
I actually had the same issue on the Sapientia components yesterday, and the solution was to add a .nojekyll file to the folder the website is being served from (in this case, docs/.nojekyll in the gh-pages branch).
.nojekyll
docs/.nojekyll
gh-pages
Fixed in https://github.com/performant-software/react-components/pull/252
When trying to look at any component in https://performant-software.github.io/react-components, I see the following error:
I actually had the same issue on the Sapientia components yesterday, and the solution was to add a
.nojekyll
file to the folder the website is being served from (in this case,docs/.nojekyll
in thegh-pages
branch).