Skip to content

RabeeAbuBaker/mantine-provider-error-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

mantine-provider-error-example

This repo was created to reproduce an error with MantineProvider& Remix

vite-component-library-template is simply exporting MantineButton and remix-template is importing and then using it.

To run the project:

  • Run pnpm i on vite-component-library-template
  • Run pnpm run build:lib on vite-component-library-template
  • Run pnpm i on remix-template
  • Run pnpm run dev on remix-template

If you make changes in the component library, for them to take effect, you have to run pnpm run build:lib again on the vite-component-library-template and then pnpm i on the remix-template directory.

Error after running the Remix app:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published