Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issues #251

Open
joesepi opened this issue Nov 6, 2024 · 1 comment
Open

Build issues #251

joesepi opened this issue Nov 6, 2024 · 1 comment

Comments

@joesepi
Copy link
Member

joesepi commented Nov 6, 2024

There seems to be a number of issues that are preventing new builds to complete successfully.

https://github.com/instructlab/website/actions

mscherer added a commit to mscherer/website_instructlab that referenced this issue Nov 8, 2024
Related to instructlab#251

Signed-off-by: Michael Scherer <misc@redhat.com>
mscherer added a commit to mscherer/website_instructlab that referenced this issue Nov 8, 2024
Related to instructlab#251

Signed-off-by: Michael Scherer <misc@redhat.com>
@mscherer
Copy link
Contributor

mscherer commented Nov 8, 2024

I fixed the existing problem, but since a few weeks, the upgrade to latest eslint is blocked, with errors like:

./src/components/Leadspace/graphics/Cube.tsx
4:3  Error: EasingFunction not found in 'framer-motion'  import/named
5:3  Error: Variants not found in 'framer-motion'  import/named

But from what I understand, the 2 functions are exported:
https://github.com/framer/motion/blob/44e1db46d8ec62bf1bdf6bc92bd810135da7a5a3/packages/framer-motion/src/index.ts#L151

https://github.com/framer/motion/blob/44e1db46d8ec62bf1bdf6bc92bd810135da7a5a3/packages/framer-motion/src/index.ts#L153

Is it something related to eslint itself (eg, it need some config for typescript), or a issue with the fact theses 2 types are capitalized (so treated differently somewhere like in golang ?)

mscherer added a commit to mscherer/website_instructlab that referenced this issue Nov 8, 2024
Related to instructlab#251

Signed-off-by: Michael Scherer <misc@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants