performant-software / react-components

A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1 stars 1 forks source link

`error loading dynamically imported module` on GitHub Pages site #256

Closed camdendotlol closed 3 months ago

camdendotlol commented 6 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).

camdendotlol commented 3 months ago

Fixed in https://github.com/performant-software/react-components/pull/252